Replies: 2 comments 1 reply
-
|
Hey, @girishk21 . I literally just ran int this exact issue. how did you work around this? |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
To animate the <motion.feDisplacementMap
in="SourceGraphic"
in2="turbulence"
scale="0"
animate={{ attrScale: [0, 10, 2, 30, 0] }}
transition={{ repeat: Infinity, duration: 2, repeatDelay: 5 }}
/> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to animate the
scaleattribute ofSVGFEDisplacementMapElementBut, I do understand this behaviour, which animates the
transformproperty 😅.Is there a way to distinguish the
transform: scalefrom thescaleattribute of the element?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions