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
I have updated Skeleton-Navigation-Polymer and sent a PR.
In the skeleton, page transition animation works for child-router.html but not for welcome.html, while animation works for both pages in the Aurelia's Skeleton-Navigation (if you uncomment aurelia-animation-css plugin in main.js).
I found animation did not work in many cases in aurelia-polymer environment. Since Material Design uses animation much, that is a major issue.
Hi,
I have updated Skeleton-Navigation-Polymer and sent a PR.
In the skeleton, page transition animation works for child-router.html but not for welcome.html, while animation works for both pages in the Aurelia's Skeleton-Navigation (if you uncomment aurelia-animation-css plugin in main.js).
I found animation did not work in many cases in aurelia-polymer environment. Since Material Design uses animation much, that is a major issue.
Any idea? Does anyone have a workaround?
I have setup two test branches.
https://github.com/HIRANO-Satoshi/skeleton-navigation-polymer-1/tree/animation-test
https://github.com/HIRANO-Satoshi/skeleton-navigation/tree/animation-test/skeleton-typescript
In the first test, animation works for repeat.for and animate(), but not for route-href to welcome.html.
The text was updated successfully, but these errors were encountered: