redbar0n / moti

🐼 The React Native (+ Web) animation library, powered by Reanimated 2.

Home Page:https://moti.fyi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The universal React Native animation library, powered by Reanimated 2.

<MotiView from={{ opacity: 0 }} animate={{ opacity: 1 }} />

Documentation & Examples

Next.js Conf

Screen Shot 2021-10-22 at 3 00 05 PM

I spoke at at Next.js Conf 2021 on October 26 about React Native + Next.js. Watch the video to see how we do it.

Highlights

  • Universal: works on all platforms
  • 60 FPS animations on the native thread
  • Mount/unmount animations, like framer-motion
  • Powered by Reanimated 2
  • Web support, out-of-the-box
  • Expo support
  • Intuitive API
  • Variants
  • Strong TypeScript support
  • Highly-configurable animations
  • Sequence animations
  • Loop & repeat animations

Preview

Follow

Follow me on Twitter to stay up to date.

Sponsor

Sponsorships via GitHub are appreciated.

Analytics by Splitbee.io

License

Moti has an MIT license. That said, a lot of free work goes into it, so if your company uses it, please sponsor, write a blog post, or tweet about it!

About

🐼 The React Native (+ Web) animation library, powered by Reanimated 2.

https://moti.fyi

License:MIT License


Languages

Language:TypeScript 99.7%Language:JavaScript 0.3%