From f8df38bd04ec6084e610eb668f211623224b2282 Mon Sep 17 00:00:00 2001 From: = <=> Date: Sun, 15 Mar 2015 19:50:54 +0000 Subject: [PATCH] Documentation --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 89b36ff..62b7877 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ I am proud to present you tradewind.js, a JavaScript plugin that implements a user-friendly interface for powerful CSS3 animations. +Already a user of tradewind.js? You might be interested in the [complete documentation](https://github.com/adrdilauro/tradewind.js/wiki). + ## Essential features #### 1 - Easy and human-friendly interface @@ -76,6 +78,6 @@ tradeWind.run([ This call will smoothly change the background color of `#first-div`, with a delay of 0.2, and move it until a top position of `100px`. Contemporaneously, it will smoothly change the opacity of both `#second-div` and `#third-div`, until a value of 0.8. -Want to know more? For the detailed API, have a look at [the official documentation](https://github.com/adrdilauro/tradewind.js/wiki/Official-documentation). +Want to know more? For the detailed API, have a look at [the official documentation](https://github.com/adrdilauro/tradewind.js/wiki). ##### Ready? Now relax and let a smooth trade wind animate your applications for you