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

iOS 15 - The provided animation property "backface-visibility" is not a supported CSS property for animations #103

Open
madmacc opened this issue Oct 4, 2021 · 4 comments

Comments

@madmacc
Copy link

madmacc commented Oct 4, 2021

Upgrading to iOS 15 causes this error and breaks my app. Works fine in iOS 14 and below.
Also seems to work ok in desktop safari for big Sur.

iOS 15 using an Ionic / Angular app.

⚡️ [error] - ERROR Error: Uncaught (in promise): Error: The animation trigger "flipOnEnter" has failed to build due to the following errors:

  • The provided animation property "backface-visibility" is not a supported CSS property for animations

May be related to:
https://stackoverflow.com/questions/42744573/backface-visibility-not-working-in-safari

@ahimik
Copy link

ahimik commented Oct 5, 2021

Same here. Doesn't work on IOS 15. App is completely broken.
Applicable for certain animations only such as flipOn...

@brune83
Copy link

brune83 commented Oct 7, 2021

Same problem for me.
Please provide a fix for it, thank you.

@Et3rnal
Copy link

Et3rnal commented Dec 9, 2021

Same here, simply open the demo using safari of iOS 15 and the whole site is broken (I use flip)

animate.css works fine, its only here?
Any work around?

@Et3rnal
Copy link

Et3rnal commented Dec 9, 2021

Adding the prefix -webkit- seems to solve the issue! so make it -webkit-backface-visibility
The previous version of safari seems to be fine with that as well (tried 12.4), not sure if there is a way to add both into the library?
https://github.com/filipows/angular-animations/blob/master/lib/flippers/flip.animation.ts
Do you want a PR?

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

No branches or pull requests

4 participants