Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Adriano di Lauro committed Nov 26, 2017
1 parent ca247d9 commit 92dedf4
Showing 1 changed file with 3 additions and 22 deletions.
25 changes: 3 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,33 +48,14 @@ tradeWind.run([
{
elements: "#first-div",
animations: [
{
property: "background-color",
animationDetails: {
duration: "0.5s",
delay: "0.2s"
},
final: "#123456"
},
{
property: "top",
animationDetails: {
duration: "1s"
},
final: "100px"
}
"background-color #123456 0.5s 0.2s",
"top 100px 1s",
]
},
{
elements: "#second-div, #third-div",
animations: [
{
property: "opacity",
animationDetails: {
duration: "0.7s"
},
final: "0.8"
}
"opacity 0.8 0.7s",
]
}
]);
Expand Down

0 comments on commit 92dedf4

Please # to comment.