-
Notifications
You must be signed in to change notification settings - Fork 173
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
Motion UI mui-series no longer works in iOS 10.0.2 #85
Comments
same here +1 |
+1 seeing the same issue |
I'm experiencing this problem as well. |
I have the same problem with my own mui-series. Safari does not honor the animation applied to the child elements. Same with the current developer preview. Any clues how to work around this? |
The core of the issue here appears to be that Safari in iOS 10 ignores keyframes that are not at the top of the CSS file (WHAT!?!? Apple what are you doing???) I've put together a PR to allow us to make sure the keyframes are the first things generated here: #90 I could use some help testing this and verifying it does in fact address the issue. It worked in my cludged together test environment but I'll be the first to admit I don't have deep experience with the inner workings of Motion UI. To try it out, point your motion UI dependency to https://github.com/zurb/motion-ui/tree/fix-motion-ui-for-safari-10 and then make sure that the |
Hey, See my tests here: http://motion.knallimall.org Things i noticed on the javascript triggered animation:
Thanks |
@ochorocho looking at the css there the keyframes are still not at the top... did you make sure |
@kball ok, tried to move it to the very top of my scss. This is my app.scss:
When i move
What else can i do to move the Thanks for your support. |
|
The animations no longer work. When you scroll down to the waypoint, they all appear and flash in at once. It does the same thing on the motion UI playground page. iOS 10.0.2
http://zurb.com/playground/motion-ui
Scroll down to series animations and click the button. They all appear at once on iPhone but work fine in Safari and Chrome etc.
The text was updated successfully, but these errors were encountered: