# react-native-ease ## Docs - [Enter & Exit Animations](https://mintlify.wiki/AppAndFlow/react-native-ease/animations/enter-exit.md): Animate views into and out of the screen using initialAnimate and state-driven animate values. - [Looping Animations](https://mintlify.wiki/AppAndFlow/react-native-ease/animations/looping.md): Run timing animations indefinitely using repeat or reverse loop modes. - [Per-Property Transitions](https://mintlify.wiki/AppAndFlow/react-native-ease/animations/per-property.md): Apply different animation types to different property categories in a single EaseView. - [Spring Animations](https://mintlify.wiki/AppAndFlow/react-native-ease/animations/spring.md): Physics-based animations that produce natural, organic motion without a fixed duration. - [Timing Animations](https://mintlify.wiki/AppAndFlow/react-native-ease/animations/timing.md): Transition between values over a fixed duration with a configurable easing curve. - [AnimateProps](https://mintlify.wiki/AppAndFlow/react-native-ease/api/animate-props.md): Animatable view properties for the animate and initialAnimate props - [EaseView](https://mintlify.wiki/AppAndFlow/react-native-ease/api/ease-view.md): A View that animates property changes using native platform APIs - [Transition](https://mintlify.wiki/AppAndFlow/react-native-ease/api/transition.md): Animation configuration types for the transition prop - [Types](https://mintlify.wiki/AppAndFlow/react-native-ease/api/types.md): Complete TypeScript type reference for react-native-ease - [Animatable Properties](https://mintlify.wiki/AppAndFlow/react-native-ease/features/animatable-properties.md): Complete reference for all properties that can be animated with the animate prop. - [Hardware Layers (Android)](https://mintlify.wiki/AppAndFlow/react-native-ease/features/hardware-layers.md): Rasterize a view to a GPU texture during animation for faster opacity, scale, and rotation compositing on Android. - [Animation Interruption](https://mintlify.wiki/AppAndFlow/react-native-ease/features/interruption.md): Animations are interruptible by default — changing values mid-animation smoothly redirects to the new target. - [Transform Origin](https://mintlify.wiki/AppAndFlow/react-native-ease/features/transform-origin.md): Control the pivot point for scale and rotation animations using 0–1 fractions. - [Contributing](https://mintlify.wiki/AppAndFlow/react-native-ease/guides/contributing.md): Set up the react-native-ease development environment, understand the project structure, and follow the workflow for submitting changes. - [Migrating from Reanimated / Animated](https://mintlify.wiki/AppAndFlow/react-native-ease/guides/migration.md): How to migrate existing Reanimated and React Native Animated code to react-native-ease, including an automatic migration skill and manual before/after examples. - [Performance](https://mintlify.wiki/AppAndFlow/react-native-ease/guides/performance.md): How react-native-ease achieves zero JS overhead during animations, benchmark data comparing Ease to Reanimated and RN Animated, and tips for maximum performance. - [react-native-ease vs Reanimated](https://mintlify.wiki/AppAndFlow/react-native-ease/guides/vs-reanimated.md): Understand when to choose react-native-ease over Reanimated, how they differ architecturally, and benchmark data comparing both libraries. - [Installation](https://mintlify.wiki/AppAndFlow/react-native-ease/installation.md): Add react-native-ease to your React Native project. - [Introduction](https://mintlify.wiki/AppAndFlow/react-native-ease/introduction.md): Lightweight declarative animations powered by platform APIs. Zero JS overhead — animations run natively on iOS and Android. - [Quickstart](https://mintlify.wiki/AppAndFlow/react-native-ease/quickstart.md): Build your first animation with react-native-ease in under five minutes. ## OpenAPI Specs - [openapi](https://mintlify.wiki/AppAndFlow/react-native-ease/api-reference/openapi.json)