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
{{ message }}
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.
But this effect only happens going forward. The transition works correctly moving backwards, presumably because the google map already exists and doesn't need initialization. hero, cross-fade, and slide-up transitions are unaffected.
Also, in case anyone is wondering why the google map init has to happen during the callback, see #10.
Applying the map init on core-animated-pages-transition-end works.
Applying the map init on a timeout for core-animated-pages-transition-prepare also works.
The text was updated successfully, but these errors were encountered:
In fact, doing any JS worked in a core-animated-pages-transition-prepare handler causes the forward transition to fail. Here's another example: http://jsbin.com/hibeda/1/edit
But this effect only happens going forward. The transition works correctly moving backwards, presumably because the google map already exists and doesn't need initialization. hero, cross-fade, and slide-up transitions are unaffected.
Also, in case anyone is wondering why the google map init has to happen during the callback, see #10.
Applying the map init on core-animated-pages-transition-end works.
Applying the map init on a timeout for core-animated-pages-transition-prepare also works.
The text was updated successfully, but these errors were encountered: