finnsson / pagerjs

The Single Page Application Framework for KnockoutJS
http://pagerjs.com/
MIT License
271 stars 68 forks source link

Delay show after finishing hide #223

Closed alphamax closed 3 months ago

alphamax commented 8 years ago

In FX part, Pagerjs start showing and hidding at the same time. we have double display behavior (previous and next content). This problem is visible in demo part (be quick). Workaround is to delay show after hide sequence. Now it double FX duration (300 and then 300 more) but problem disapear.