You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Awesome work you've done! Looks very smooth and i'm impressed by the card animations.
I'm using react-native to build native apps in javascript. And it looks like this library is the missing piece for doing exciting animations on mobile.
React Native allows you to use transformMatrix and it should be possible to use your calculations to animate things on native mobile.
Is there a way to let the library calculate the matrix without passing in the very dom element but maybe the time / animationFrame?
The text was updated successfully, but these errors were encountered:
Sounds great! requestAnimationFrame works in react-native like in the browser. But if found some other things that might fail.
I'll try to collet them in the #60 PR.
Awesome work you've done! Looks very smooth and i'm impressed by the card animations.
I'm using react-native to build native apps in javascript. And it looks like this library is the missing piece for doing exciting animations on mobile.
React Native allows you to use transformMatrix and it should be possible to use your calculations to animate things on native mobile.
Is there a way to let the library calculate the matrix without passing in the very dom element but maybe the time / animationFrame?
The text was updated successfully, but these errors were encountered: