From 0af3f949cb99f08b33cda93de409cdd82292f0be Mon Sep 17 00:00:00 2001 From: Matteo Bruni Date: Tue, 21 Jul 2020 17:02:50 +0200 Subject: [PATCH 1/2] Added tsParticles --- appearance/animation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appearance/animation.md b/appearance/animation.md index 8befb8ca..d7eab216 100644 --- a/appearance/animation.md +++ b/appearance/animation.md @@ -36,6 +36,7 @@ The process of creating motion and shape change. + **[Snap.svg](http://snapsvg.io/)**: Snap.svg JavaScript library makes working with your SVG assets as easy as jQuery makes working with the DOM. + **[Stylie](http://jeremyckahn.github.io/stylie/)**: Stylie is a fun tool for easily creating complex CSS animations. Quickly design your animation graphically, grab the generated code and go! + **[Textillate.js](http://jschr.github.io/textillate/)**: Textillate.js combines some awesome libraries to provide a ease-to-use plugin for applying CSS3 animations to any text. ++ **[tsParticles](https://particles.matteobruni.it/)**: tsParticles is a lightweight library for creating particles animations. + **[Tween.js](https://github.com/sole/tween.js)**: Super simple, fast and easy to use tweening engine which incorporates optimised Robert Penner's equations. + **[Twitter Fave Animation](https://cssanimation.rocks/twitter-fave/)**: Rather than rely on CSS transitions, the new animation makes use of a series of images. Here’s how to recreate the animation using the CSS animation steps timing function. + **[Web Animation Past, Present, and Future (2016)](http://alistapart.com/article/web-animation-past-present-and-future)**: Rachel Nabors explores the world of web animation standards, platforms and tools in 2016: SVG, SMIL, GreenSock AP, Framer, Browser Tooling etc. @@ -51,4 +52,4 @@ The process of creating motion and shape change. Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License. -Please provide a link back to this repository. This is not necessary for GitHub forks. \ No newline at end of file +Please provide a link back to this repository. This is not necessary for GitHub forks. From e78ac2ec620a43a2c1b7f4394df14e6992056699 Mon Sep 17 00:00:00 2001 From: Matteo Bruni Date: Tue, 21 Jul 2020 17:03:41 +0200 Subject: [PATCH 2/2] Update animation.md --- appearance/animation.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/appearance/animation.md b/appearance/animation.md index d7eab216..3831bfb2 100644 --- a/appearance/animation.md +++ b/appearance/animation.md @@ -51,5 +51,3 @@ The process of creating motion and shape change. # License Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License. - -Please provide a link back to this repository. This is not necessary for GitHub forks.