JavaScript Web Animation, delay is ignored when trying to reverse?
I've created a stack of animations using JavaScript Web Animations, which gradually fade out characters in e.g. a sentence. I've achieved this by applying a staggered delay property to the keyframe timing object for the web animation. I then try…