Closed gre closed 9 years ago
should be fixed in diaporama@1.3.x
& diaporama-react@1.5.x
cc @AVVS
I've tested new release and it works pretty well, except for one edge-case. When using it in combination with .next(1000)
from the previous release (probably .prev
would act the same form last to first slide), time speedup only persists on the part of the original loop, and when extra step that you've added for the loop transition kicks in, time
is back to it's standard 1x flow
It's not that big of an issue compared to what it had been before (no transition or a jump when there is a transition), but you can see the inconsistency
good catch
released diaporama@1.4.0
and diaporama-react@1.6.0
(that's a new minor because duration
semantic slightly changed, the last transition time is counted in duration when loop is true)
filed by @AVVS : https://github.com/glslio/diaporama/issues/1 (old repository)