plus1tv / react-anime

✨ (ノ´ヮ´)ノ*:・゚✧ A super easy animation library for React!
https://codepen.io/collection/nrkjgo/
MIT License
1.55k stars 81 forks source link

Docs and examples links don't work? #20

Closed hilary-L closed 6 years ago

hilary-L commented 7 years ago

Clicking on the link to either the API Docs or the Examples from the repo homepage just reloads the main https://hyperfuse.github.io/react-anime/ page...

AntonVoltchok commented 7 years ago

I looked at the code it looks like there should be some kind of navigation showing up but it doesn't

alaingalvan commented 7 years ago

Yeah, the examples are currently on Codepen, was planning on making them first class on the website though.

Working atm, but I'll post a link to the codepen collection on the site as soon as possible and edit this post when it's up. ;)

pencilcheck commented 7 years ago

Still can't open documentation :(

ssageghi commented 7 years ago

@alaingalvan Hi are documents fixed?

dmoli commented 7 years ago

Something for here?

alaingalvan commented 7 years ago

For now there's a collection on Codepen that you all could use for examples. ;)

tomprogers commented 7 years ago

Still no docs. Still deal-breaker.

Looks like a great tool. Don't have the first idea how to use it.

pencilcheck commented 6 years ago

Still doesn't work, I don't know why this is closed.

alaingalvan commented 6 years ago

The collection on CodePen is now the default place to find examples. As for documentation I went ahead and added a docs.md file that can be found in the readme.md description.

That document details all the props an <Anime/> component expects, as well as the TLDR on how to use it. users just pass in CSS attributes, HTML attributes, or SVG attributes. Anything they want animated. ;)