dancwilson’s avatardancwilson’s Twitter Archive—№ 484

    1. Just learned that animation fill mode persists even if you try to modify directly the style directly in JS until you remove the animation
  1. …in reply to @dancwilson
    True for both css animations & web animations api. You need to set the animation to ‘none’ (CSS) or call animation.cancel() (WAAPI)