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
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.
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. 😛
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
api.Element.animate
The text was updated successfully, but these errors were encountered: