Zulko / eagle.js

A hackable slideshow framework built with Vue.js
https://zulko.github.io/eaglejs-demo/
ISC License
4.08k stars 223 forks source link

All My Slide is visible when start #73

Open sunupf opened 5 years ago

sunupf commented 5 years ago

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

yaodingyd commented 5 years ago

It might be bug introduced by 0.4.2. I'll take a look. Thanks!

yaodingyd commented 5 years ago

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

yaodingyd commented 5 years ago

The remaining issue is for slide transition effect can't be visible when slideshow is turning to inactive

sunupf commented 5 years ago

Noted. Will check it soon. Awesome update (y)