Telerik-Verified-Plugins / NativePageTransitions

Native transitions like Slide and Flip for iOS, Android and Windows Phone
277 stars 107 forks source link

glitch when using different transition in a row #71

Open realsando opened 9 years ago

realsando commented 9 years ago

Using phonegap 5.2

When I try to mix slide and drawer transitions, there is a glitch on the page change (only on the first consecutive transition).

For example I open and close drawer, on the next slide there is going to be a few milliseconds of drawer transition before the slide transition starts (with the old html page in it), the next slide transitions will be fine though. Same when I go back to opening the drawer a few milliseconds of slide transition before it switches to opening drawer transition. This gives a flash glitch on the screen display.

EddyVerbruggen commented 9 years ago

Hi, interesting find - on which platform(s) is this?

realsando commented 9 years ago

tested on 2 devices (and observed on both) : Android 4.4.2 and 4.4.4

asennoussi commented 9 years ago

I think I have the same problem with slide. First transition , I have the current page slided and back to the viewport then comes the view I transitioned to. I'm using Ionic

madida commented 9 years ago

I'm having the same issue as @Sshuichi. The header slides in from the right and after a <1s delay, the view content flashes in.

Also on Ionic, Cordova 5.3.3, Android 5.0

EddyVerbruggen commented 9 years ago

Having a hard time reproducing the issue of @paskl. With Crosswalk I can, but the result is different - there are issues with drawer 'close' transition. Not sure how to tackle it.

The other issues may be best solved by using the new androiddelay:-1 feature.