Documentation for @twilio-paste/animation-library #1739
-
Is there documentation for I am trying to implement a slide animation using the animation-library per this discussion #1660 and from what I'm assuming, is that I need to use the react-spring documentation. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Also, how does |
Beta Was this translation helpful? Give feedback.
-
You're right, we currently don't have any documentation for the animation library on our docs site. Go ahead and use the react-sprint documentation: https://react-spring.io. For Let us know if that helps. |
Beta Was this translation helpful? Give feedback.
Hi @bvsillorequez
You're right, we currently don't have any documentation for the animation library on our docs site. Go ahead and use the react-sprint documentation: https://react-spring.io.
For
animated
, take a look at how we're using using it in Modal: https://github.com/twilio-labs/paste/blob/main/packages/paste-core/components/modal/src/Modal.tsx#L11.Let us know if that helps.