Typhon0 / AnimateFX

A library of +70 ready-to-use animations for JavaFX
Apache License 2.0
451 stars 66 forks source link

Docs/getting started? #9

Closed DarrienG closed 5 years ago

DarrienG commented 5 years ago

I know you have JavaDocs, but it would be really handy if there were some docs on basic usage or a quick example project in action. I know I could flail around with an IDE for a few hours and figure it out, but having a quick reference would be really nice.

Having a few samples or the like on the GitHub pages site would be awesome https://realm.io/docs/java/latest/#samples

If there was also a set of all of the "classes" like animate.css has in their README, that would also be super helpful! https://github.com/daneden/animate.css

Typhon0 commented 5 years ago

Hi, you can find all the classes in this wiki page. For an exemple project you can use animatefx-demo.

DarrienG commented 5 years ago

Somehow I missed that. I guess I didn't know the wiki page was filled out.

Thank you!