Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sghall committed Apr 19, 2017
1 parent bdfa155 commit 8344bce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

Data driven transitions in React. An experimental library that schedules state transitions on your React components.

This small library uses [d3-timer](https://github.com/d3/d3-timer) to efficiently schedule animated transitions.
It provides an interface for utilizing the various [d3 interpolaters](https://github.com/d3/d3-interpolate) to make state transitions. All the examples are SVG and the library is focused on data visualization, but in the future this library could be used to transition any component state.
This small library uses [d3-timer](https://github.com/d3/d3-timer) to efficiently schedule animated transitions and provides an interface for utilizing the various [d3 interpolaters](https://github.com/d3/d3-interpolate) to make state transitions.
All the examples are SVG and the library is focused on data visualization, but in the future this library could be used to transition any component state.

## The Basic Idea

Expand Down

0 comments on commit 8344bce

Please sign in to comment.