Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Animations currently not working on some browser-device combinations #15

Closed
BenjaminBrandmeier opened this issue Jan 3, 2017 · 2 comments
Assignees
Labels

Comments

@BenjaminBrandmeier
Copy link
Owner

Image viewer animations are currently not working on (at least) the following combinations:

Desktop + Edge
Desktop + IE 11
iPad Mini + Safari
iPad Mini + Firefox

Maybe this is a general Angular 2 issue. It is working e.g. on:

Desktop + Chrome
Desktop + Firefox
Nexus 5 + Chrome
Nexus 5 + Firefox

@BenjaminBrandmeier
Copy link
Owner Author

Apparently Angular 2 is based on web-animations (https://medium.com/google-developer-experts/angular-2-animate-router-transitions-6de179e00204).

Let's include that polyfill:
https://github.com/web-animations/web-animations-js

@BenjaminBrandmeier BenjaminBrandmeier self-assigned this Jan 3, 2017
BenjaminBrandmeier pushed a commit that referenced this issue Jan 3, 2017
@BenjaminBrandmeier
Copy link
Owner Author

BenjaminBrandmeier commented Jan 3, 2017

Adding the polyfill fixes the issues for all browser combinations listed above. For now IE 11 behaves a little bit juddery. Should create a Plunkr for this and raise an issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant