jeremyckahn / shifty

The fastest TypeScript animation engine on the web
https://jeremyckahn.github.io/shifty/doc/
MIT License
1.54k stars 88 forks source link

More examples please. #42

Closed ghost closed 9 years ago

ghost commented 9 years ago

The code looks really clean and is extremely readable, but how do you actually use it ? Please provide some examples in the documentation as well as (at least) one real-world animation example (with multiple tweenable objects). That would be great.

vasiliy0s commented 9 years ago

+1 (may be 'Quick start guide'?)

jeremyckahn commented 9 years ago

Hi @adrianvoica and @vasiliy0s, this sounds like a great idea. Shifty's documentation could certainly stand for an update and some polish. I'll think about appropriate examples and try to write them up over the next few days as I have time. In the meantime, if you have any specific examples you would like me to document, please share them here.

I know that Shifty is in use by a handful of projects, so I will look through and link to a few of those as well.

ghost commented 9 years ago

We already have 2 more example files now (attachment-demo.html and attachment-demo2.html) that use Shifty with the new "attachment" feature.

jeremyckahn commented 9 years ago

Done! Take a look at: http://jeremyckahn.github.io/shifty/

Thanks for your bouncing blocks example!