Skip to content

Commit

Permalink
Updating
Browse files Browse the repository at this point in the history
  • Loading branch information
molokoloco committed Jun 3, 2012
1 parent 8adaf79 commit 2bbc03d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
@@ -1,5 +1,4 @@
***[ANNOUNCEMENT] Project to be released in the nexts days***
***"Work in Progress" For the moment i commit a lot...***
***"Work in Progress" This is a prototype...***

---

Expand Down Expand Up @@ -167,7 +166,7 @@ Example :

options.styles : {
width : '25%', // Will be internally converted in "px"
borderRadius : 10, // CSS3 : Camel case ("camelCase") declaration, 10 will be converted to '"10px"
borderRadius : 10, // borderRadius : Camel case ("camelCase") declaration, 10 will be converted to '"10px"
transform : function(index) { return 'rotate('+(10 * index)+'deg)'; } // Each element increment with an index
},

Expand Down Expand Up @@ -324,7 +323,8 @@ Further READING about CSS3 and animations ? (You would ;)

Et...

* <https://twitter.com/molokoloco/> (Some infos, from time to time ;)
* <https://twitter.com/molokoloco/> (Some infos, from time to time ;)
* Contact me for any trouble using this : molokoloco{at}gmail.com

---

Expand Down

0 comments on commit 2bbc03d

Please sign in to comment.