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
-
I'm trying to animate the
scale
attribute ofSVGFEDisplacementMapElement
But, I do understand this behaviour, which animates the
transform
property 😅.Is there a way to distinguish the
transform: scale
from thescale
attribute of the element?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions