GithubHelp home page GithubHelp logo

irontony / legend-motion Goto Github PK

View Code? Open in Web Editor NEW

This project forked from legendapp/legend-motion

1.0 0.0 0.0 1.6 MB

Legend Motion is a declarative animations library for React Native, to make it easy to transition between styles without needing to manage animations.

License: MIT License

Shell 0.48% JavaScript 9.77% TypeScript 89.76%

legend-motion's Introduction

Legend Motion

Legend Motion is a declarative animations library for React Native, to make it easy to transition between styles without needing to manage animations.

npm install @legendapp/motion or yarn add @legendapp/motion

import { Motion } from "@legendapp/motion"

<Motion.View
    initial={{ scale: 0.5 }}
    animate={{ scale: value ? 1 : 0.5 }}
 />

Highlights

  • Supports react-native and react-native-web
  • API similar to Framer Motion for easy mixing of React Native Web with React
  • Supports animating SVG and linear gradient
  • Supports transformOrigin
  • 0 dependencies using the built-in Animated
  • Built for maximum performance
  • Strongly typed with TypeScript

📖 Docs

The full documentation with live examples is on our website.

👩‍⚖️ License

MIT


Legend Motion is created and maintained by Jay Meistrich with Legend and Bravely.

Legend      Bravely

legend-motion's People

Contributors

jmeistrich avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.