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
This recently popped up in sveltejs/svelte#245 as well. I'll check if there's a reasonable way to fix this in Ractive.
@Rich-Harris did make a good point though - keyframe declarations are global, so unless we can use a different transformation strategy to make them scoped, it might be better to simply put them in a separate (global) css file.
Description:
Code like the following:
Will be wrongly converted to the following. Notice the
[data-ractive-css]
attributes;In the meantime, a workaround to this is using
0%
and100%
rather thanfrom
orto
, in your CSS animations.Versions affected:
tested on 0.8.10 and edge
Reproduction:
https://jsfiddle.net/7qxqrkks/1/
The text was updated successfully, but these errors were encountered: