From 95e2a59e07d0ee933fd7b3e14216b10b7e38b67e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Polg=C3=A1r=20Andr=C3=A1s?= Date: Fri, 16 Sep 2016 23:31:27 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fa60827..3858332 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -# react-gsap-enhancer [![Build Status](https://img.shields.io/travis/azazdeaz/react-gsap-enhancer.svg?style=flat-square)](https://travis-ci.org/azazdeaz/react-gsap-enhancer) [![Coveralls branch](https://img.shields.io/coveralls/azazdeaz/react-gsap-enhancer/master.svg?style=flat-square)](https://coveralls.io/github/azazdeaz/react-gsap-enhancer) [![npm](https://img.shields.io/npm/dm/react-gsap-enhancer.svg?style=flat-square)](https://www.npmjs.com/package/react-gsap-enhancer) +# react-gsap-enhancer [![Build Status](https://img.shields.io/travis/azazdeaz/react-gsap-enhancer.svg?style=flat-square)](https://travis-ci.org/azazdeaz/react-gsap-enhancer) [![Coveralls branch](https://img.shields.io/coveralls/azazdeaz/react-gsap-enhancer/master.svg?style=flat-square)](https://coveralls.io/github/azazdeaz/react-gsap-enhancer) [![npm](https://img.shields.io/npm/dm/react-gsap-enhancer.svg?style=flat-square)](https://www.npmjs.com/package/react-gsap-enhancer) ![maintainance](https://img.shields.io/badge/actively%20maintained-%3A\(%20sorry-red.svg?style=flat-square) + [![Join the chat at https://gitter.im/azazdeaz/react-gsap-enhancer](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/azazdeaz/react-gsap-enhancer?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) @@ -7,6 +8,8 @@ A [React] component enhancer for applying [GSAP] animations on components without side effects. +>For simple use cases **you might not need this tool**. See [this egghead.io tutorial](https://egghead.io/lessons/react-using-tweenmax-with-react). + *Developed as part of the [Animachine project](https://github.com/animachine/animachine).* **Requirements:** @@ -36,9 +39,6 @@ It's pretty simple: in every render cycle: >[Check it out!](http://azazdeaz.github.io/react-gsap-enhancer/#/demo/update-and-animate-transform) ---- ->For simple use cases **you might not need this tool anyway**. See [this egghead.io tutorial](https://egghead.io/lessons/react-using-tweenmax-with-react). - ### Usage First you have to enhance the component with react-gsap-enhancer: