__Expected behavior:__
Animation with keyframes doesn't work.
__Describe the bug:__
Seems for some reason JSS@10 doesn't understand keyframes syntax and don't animate necessary things. For JSS@9 everything works as expected.
__Codesandbox link:__
https://codesandbox.io/s/core-jss-playground-rp536
__Versions (please complete the following information):__
JSS 10 scopes keyframe names by default, animation: "$backgroundAfter 1s infinite"
For global identifiers, a keyframe needs to be inside of @global rule
Documentation seems ok to me, if you think we need to improve in communication or documentation please reopen.
Most helpful comment
JSS 10 scopes keyframe names by default,
animation: "$backgroundAfter 1s infinite"For global identifiers, a keyframe needs to be inside of @global rule