How to customize animation properties easily #1451
Unanswered
webpixeldesign
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Hi, You can use custom CSS to modify the animation at the block level.
ℹ️ |
Beta Was this translation helpful? Give feedback.
3 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.
-
How can i customize animation properties like transform % etc easily?
For now I tried to achieve this by editing the blocks-animation/build/animation/index.css file using the Plugin File Editor option in the WordPress, but I'm guess all my customization will get wiped everytime i update the plugin.
I don't know how to use wp hooks, or even if this is possible to do via hooks. Can anyone help me?
I want to do this to achieve subtle animations, where the elements transform only 10% and change opacity.
Beta Was this translation helpful? Give feedback.
All reactions