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

api.Element.animate - <endDelay not working on ios 14.4.2> #9902

Closed
ziya5635 opened this issue Apr 18, 2021 · 3 comments
Closed

api.Element.animate - <endDelay not working on ios 14.4.2> #9902

ziya5635 opened this issue Apr 18, 2021 · 3 comments
Labels
data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API

Comments

@ziya5635
Copy link

Hi, endDelay feature is not working on safari and chrome on IOS 14.4.2. not tested Mozilla.

What information was incorrect, unhelpful, or incomplete?

What did you expect to see?

I have built a slideshow (sequence of animations) presenting few images. It works perfectly on all web browsers, but not on mobiles.
I just figured out that only when endDelay feature is removed from the first animation, the onFinish method is triggered causing the next animation starts otherwise it doesn't work.

Did you test this? If so, how?

tested recently on my own Iphone.

MDN page report details
@ziya5635
Copy link
Author

Ok, seems safari is not supporting this feature. The table is not saying anything about Chrome on ios though.

@queengooborg queengooborg added the data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Apr 18, 2021
@queengooborg
Copy link
Contributor

I can't find any data for the endDelay feature anywhere in either MDN web docs or here in BCD, so I'm not sure what data needs updating. Maybe we've since removed the feature? I'm not able to find the removal commit for this, hmm...

Can you provide an example of your code so we can dig further into this?

The table is not saying anything about Chrome on ios though.

Chrome on iOS is actually just Safari with a different UI -- same goes for any browser on iOS! As such, we don't keep separate compat columns for other iOS browsers. 😛

@queengooborg queengooborg added the info needed This needs more information to review or act on. label Dec 24, 2021
@queengooborg
Copy link
Contributor

Closing the issue since there hasn't been any response, and it appears the feature was removed in #12765.

@queengooborg queengooborg removed the info needed This needs more information to review or act on. label Jan 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API
Projects
None yet
Development

No branches or pull requests

2 participants