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
By the way great package, and easy to implement. I'm wondering, if there is anyway to handle transitions of a user hits the back button on their browser.
Thank you!
The text was updated successfully, but these errors were encountered:
Hi @magbicaleman. Glad you've found it useful.
RE: back button animations, I purposely decided to leave it out of this package (for now at least). Different browsers on different platforms seem to handle how the animations on the browser back button differently. For example, Safari on iPhone adds in its own animation when you go back - which means that if you have a transition it animates the transitions twice.
I guess that the solution would be to detect the platform/browser and take the correct course of action - or at least offer a configuration option. A good example of a package that does animate the back button is http://meteor-ionic.meteor.com/.
By the way great package, and easy to implement. I'm wondering, if there is anyway to handle transitions of a user hits the back button on their browser.
Thank you!
The text was updated successfully, but these errors were encountered: