Coder Social home page Coder Social logo

react-animations's Introduction

React animation example

This is an example of touch gestures and animations on React by building a Facebook-like left nav. Mobile only.

Motivations

  • Mobile first. It's where the growth is, and where the web performs the worst.
  • JavaScript only. To get native-quality interactions, you need ultra-fine-grained control that CSS animations don't give you.
  • 60 frames per second. No exceptions
  • Prefer higher quality interactions to higher compatibility. Tested on iPhone 5 and 4, iPad 3, iOS 6, BB Z10. Seemed to work OK on a Nexus 7 and Nexus 4.
  • Application code stays declarative. React should do all perf work for you (i.e. batching within a single requestAnimationFrame).

Getting started

  • Live demo
  • Start hacking by reading src/example.js

Gotchas

  • It only targets mobile for panning (or Chrome with "emulate touch events" enabled). Clicking on the list button still works on desktop browsers however.
  • It uses a custom build of React to expose TapEventPlugin and ReactUpdates. I've included the patch against the core.

Future opportunities

  • Tween queue. The easiest way to reason about animations is to do an immediate state update, and then queue the tween for execution after all other tweens complete.
  • Better easing functions. Bounce would be nice!
  • Better swipe gesture velocity calc. Right now it's kind of hacky
  • Easing functions that take into account velocity
  • Syntactic sugar?

Please fork, and make this better!

react-animations's People

Contributors

chenglou avatar petehunt avatar

Watchers

 avatar  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.