You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am making presentation with autoslide and it works good until it reaches the last slide, if it has fragments autoslide is stopped, it just doesn't play them. is that normal?
The text was updated successfully, but these errors were encountered:
yes, at the moment it is normal. Autoslide ends if isLastSlide() is true (and doesn't play the fragments). To play the fragments one would need a function like isEnd(), but this is not implemented. An easy workaround that I use is to add a blank very last slide after the "last" slide.
I am making presentation with autoslide and it works good until it reaches the last slide, if it has fragments autoslide is stopped, it just doesn't play them. is that normal?
The text was updated successfully, but these errors were encountered: