Skip to content

Just a simple animation to fold/unfold a view component

License

Notifications You must be signed in to change notification settings

crysfel/FoldingAnimation

Repository files navigation

FoldingAnimation

Just a simple React Native animation to fold/unfold a view component. This component uses the Animated API to set three transform properties on the style.

transform: [
    { perspective: -2000 },
    { translateY: 80 },
    { rotateX: '90deg' },
],

Example

Fold/unfold animation

Run this project

  • Install React Native CLI
  • Install the depencies npm i
  • Run the app react-native run-ios

About

Just a simple animation to fold/unfold a view component

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published