Carousel animate on first rendering when activeIndex > 0
See original GitHub issueExpected Behavior
When the carousel is loading with activeIndex
not zero, carusel should show the page without animation
Actual Behavior
An animation is performed when the page is loaded
URL, screen shot, or Codepen exhibiting the issue
https://codepen.io/anon/pen/dRPNrd?&editors=0010
Your Environment
- Grommet version: 1.4.1
- Browser Name and version: Chrome and Firefox (last)
- Operating System and version (desktop or mobile): MacOS and windows
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Show different data based on the active carousel item
I have a horizontal <Animated.ScrollView>, a "carousel" in my React-native app that displays one item at the center of the screen and the...
Read more >React Native Advanced Carousel Animations - YouTube
Learn how to create a custom carousel animation using:We will use multiple libraries: - react native gesture handlers, - react native ...
Read more >Advanced React Native FlatList stack carousel animations at ...
In this tutorial we are going to create a stack carousel animation in React Native using FlatList, Animated API and FlingGestureHandler from ...
Read more >Carousel - React-Bootstrap
Carousels. A slideshow component for cycling through elements—images or slides of text—like a carousel. Example#. Carousels don't automatically normalize ...
Read more >How to create the responsive and swipeable Carousel - Medium
Let's create the Carousel.js first with the following code: Explain: ... The CarouselItem component will render the item itself.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Fixed by the merged PR thanks again @Slumber86
Thanks 🙏