From d058a8f91ed30ecbb386e51ab8b3a779fa52424c Mon Sep 17 00:00:00 2001 From: Steve Hall Date: Sat, 17 Jun 2017 22:41:29 -0700 Subject: [PATCH] update readme --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 41920d2..506fb21 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,12 @@ ![](http://img.badgesize.io/sghall/resonance/gh-pages/dist/resonance.min.js.svg?label=minified) ![](http://img.badgesize.io/sghall/resonance/gh-pages/dist/resonance.js.svg?compression=gzip) -Animated state transitions that update with your data. +An experimental library for animated state transitions that update with your data. This library uses [d3-timer](https://github.com/d3/d3-timer) to efficiently manage thousands of state tweens. You can apply high-performance state animations using an approachable, easy to implement syntax. [Get Started](https://sghall.github.io/resonance/#/documentation/node-group) -[Intro Blog Post](http://www.delimited.io/blog/2017/6/14/d3-react-scheduling-state-transitions) - ## Installation Resonance is available as an [npm package](https://www.npmjs.org/package/resonance).