Animation when changing rotation #246
-
Hi ! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi Martin, thanks for your question. When changing the transition: 0.5s; Zoom.on.wheel.with.animated.rotation.movI attached the demo link for your reference - https://willnguyen1312.github.io/zoom-image/examples/react.html I hope it does answer your question. Thanks :) |
Beta Was this translation helpful? Give feedback.
-
Wow, thank you very much for your clear explanation and your reactivity ! |
Beta Was this translation helpful? Give feedback.
Hi Martin, thanks for your question. When changing the
currentRotation
value, the library updates the rotate property of the image container. We can apply CSS transition on that element. Something like this should do it:Zoom.on.wheel.with.animated.rotation.mov
I attached the demo link for your reference - https://willnguyen1312.github.io/zoom-image/examples/react.html
I hope it does answer your question. Thanks :)