boron icon indicating copy to clipboard operation
boron copied to clipboard

Animations stop triggering on iOS after the page loses focus

Open iwano opened this issue 8 years ago • 1 comments

For some reason animations stop triggering on iOS after the browser or page loses focus (switching apps or tabs) and since its waiting for the transitionend event to execute the show/hide callbacks, it makes all modals stop working. Tried adding a delay to all animations but it didn't seem to fix the problem.

This is the workaround I ended up implementing: https://github.com/iwano/boron/commit/f0737ae8cdffdd04838f1253021d4d09f6bf5321

iwano avatar Mar 07 '16 22:03 iwano

+1

n0isy avatar Sep 05 '16 10:09 n0isy