Code Monkey home page Code Monkey logo

material-motion-js's Introduction

Material Motion for JavaScript

Build Status codecov

This repo houses the JavaScript implementation of Material Motion. For more information about the project as a whole, check the Starmap.

High-level Goals

  • To enable the motions and gestures described in the Material Spec to be easily implemented by application authors in the JS ecosystem.

  • To make prototyping new animated experiences simpler.

  • To allow authors to write views in terms of URLs, and have the system guide the transitions between them.

  • To yield a system that feels robust by default. Fragile transitions erode user trust in the overall system: “should I enter my password in a glitchy app?”

Organization

This repo houses all the packages that comprise the Material Motion implementation for JavaScript. They are available in packages:

  • core houses the core implementation of Material Motion; including MotionObservable, MotionRuntime, and ReactiveProperty. To use it in an application, you'll also need an adapter such as material-motion-views-react or material-motion-views-react. This package is published on NPM as material-motion.

  • springs-rebound houses the adapter that enables Material Motion interactions to make use of Rebound.js springs.

  • views-dom houses the adapter that supports using Material Motion in the DOM with connectInteractionToElements().

  • views-react houses the adapter that supports using Material Motion in React with createMotionComponent().

Contributing

Want to contribute? Awesome - thanks for helping!

To get started, just run these commands:

git clone [email protected]:material-motion/material-motion-js.git
cd material-motion-js
yarn run bootstrap

They will check out the repo, install the dependencies for each package, and link the packages to one another. Then, find the package you want to work on in packages and start coding!

License

Apache 2.0

material-motion-js's People

Contributors

appsforartists avatar jverkoey avatar

Watchers

James Cloos avatar Francesco Soncina 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.