is it possible to mix transform css on config with existing transform styles ? #1557
-
I'm trying to combine two transform properties i.e. rotate and scale together. However my rotate is declared in the transition array because i need to arbitrarily generate a degree to persist, While the scale is decalared in the I have the code on here, I'm trying to get these two animation to occur simultaneously https://gyazo.com/3cdc7bcec0b149c74775ee4ee2732d40 thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I assume, a quick patch would be adding a wrapper on top of the targeted item and add styles accordingly. but interested to know if theres a better alternative. |
Beta Was this translation helpful? Give feedback.
-
You mean like this? https://codesandbox.io/s/demo-card-forked-hthrh?file=/src/App.js |
Beta Was this translation helpful? Give feedback.
You mean like this? https://codesandbox.io/s/demo-card-forked-hthrh?file=/src/App.js