asciimoo / cssplot

Pure CSS charts
https://asciimoo.github.io/cssplot
Other
782 stars 46 forks source link

Added Animations #18

Open dcrousso opened 9 years ago

dcrousso commented 9 years ago

I added optional animations using data-cp-animation for the type of animation (fade, grow, and slide) and data-cp-timing for the delay of the animation. The animations also work on stacked charts. Also slightly changed the grouping system to have .male and .female be part of data-group instead of classes. All changes have been updated in the gh-pages branch as well.