eagle.js
eagle.js copied to clipboard
All My Slide is visible when start
Hi,
I try to separated one component for 1 slide , you can access my code here https://codesandbox.io/s/w0q3jr6mp5
As you can see. Both of Slides showed at the first time we run the slide.
more over, the transition when using LeavePrev and LeaveNext is broken also
Can you help me? because I don't see any error message on console.
Thanks
It might be bug introduced by 0.4.2. I'll take a look. Thanks!
The bug is fixed in 0.4.3
.
You also need to set your slideshow(slide1 and slide2) to be inserted
to be working https://codesandbox.io/s/10pn34k3mj
All nested slideshow need to set to either inserted
or embedded
https://github.com/Zulko/eagle.js#nested-slideshow
The remaining issue is for slide transition effect can't be visible when slideshow is turning to inactive
Noted. Will check it soon. Awesome update (y)