From 3f475334eb15345b62011754608f6ebde03c0bbb Mon Sep 17 00:00:00 2001 From: Steve Hall Date: Tue, 18 Apr 2017 13:29:12 -0700 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a8ae62..d63303f 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Data driven transitons in React. Covering the 5% of animations that [react-motio This very small (and very experimental) library harnesses the power of [d3-timer](https://github.com/d3/d3-timer) which can efficiently schedule 1000s of 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 my focus is on data visualization, but this could be used to transition any component state really. -The basic idea. D3 stores data and schedules transitions against DOM nodes. Resonance takes the same scheduling mechanism and much of the same tooling (d3 4.0 modules) and instead schedules transitions against your React components. +The basic idea. D3 stores data and schedules transitions against DOM nodes. Resonance takes the same scheduling mechanism and much of the same tooling (d3 4.0 modules) and schedules transitions against your React components. It handles interrupts, applying [d3-ease](https://github.com/d3/d3-timer) functions and stopping in-flight transitions on unmount for you. This is an experimental library and will have breaking changes going forward.