Skip to content

Commit

Permalink
Merge pull request #73 from jeremyckahn/patch-1
Browse files Browse the repository at this point in the history
Fix broken Shifty link in README
  • Loading branch information
kimmobrunfeldt committed Jun 7, 2015
2 parents bd9c3dd + 2d7ac96 commit 80c4c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ Tweening engine changes defined values over time and calls step function for eac
```
Thanks to shifty, you can tween values in formats like `translateX(45px)`, `rgb(0,255,0)` and `#fff`.
See all supported string formats from [shifty's documentation](http://jeremyckahn.github.io/shifty/dist/doc/src/shifty.token.js.html#token)
See all supported string formats from [shifty's documentation](http://jeremyckahn.github.io/shifty/dist/doc/modules/Tweenable.token.html)
Easing defined as option for animation applies to all of the specified values.
Expand Down

0 comments on commit 80c4c8c

Please sign in to comment.