andylamax
07/26/2020, 5:23 PMkotlin-styled
for animations? keyframe animations
per se?
When I do
animation(duration = 0.5.s) {
0 {
top = 50.vh
}
00 {
top = 0.vh
}
}
I get this in the console
react-dom.development.js:22665 Uncaught Error: It seems you are interpolating a keyframe declaration (lbMCNJ) into an untagged string. This was supported in styled-components v3, but is not longer supported in v4 as keyframes are now injected on-demand. Please wrap your string in the css\`\` helper which ensures the styles are injected correctly
turansky
07/26/2020, 5:46 PM5.1.0
doesn’t supported by wrappers nowturansky
07/26/2020, 5:49 PM4.4.1
). Custom NPM dependency not requiredandylamax
07/26/2020, 7:48 PM