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
{{ message }}
This repository was archived by the owner on Jan 11, 2023. It is now read-only.
Describe the bug
CSS animations are run at least twice, even when instructed explicitly to only run once.
To Reproduce
Component with a simple animation:
The above animation will be triggered twice.
Expected behavior
Animation will only play once. It works with fine with
svelte
alone, the issue only occurs when usingsapper
.Information about your Sapper Installation:
Firefox 76.0
Ubuntu 20.04
Local
Sapper version: 0.27.12
Svelte version: 32.22.2
dynamic application.
Rollup
Severity
The issue makes animation-heavy UI uncomfortable and confusing to use, breaking the visual flow of the application.
The text was updated successfully, but these errors were encountered: