Replies: 1 comment
-
have a look at this example: https://github.com/Shopify/react-native-skia/blob/main/example/src/Examples/Breathe/Breathe.tsx see: https://shopify.github.io/react-native-skia/docs/animations/values |
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
-
Hi Folks,
I have a second hand/pointer that rotates on every second tick.
I would really like to animate the pointer between ticks.
In the example below, props.rotation gets updated with the seconds.
How would I animate the groups rotation so that it smoothly animates between updates?
Beta Was this translation helpful? Give feedback.
All reactions