GSAP, SVG Animation
See the Pen MorphSVG : Docs Basic Usage by Puneet Sharma (@webdevpuneet) on CodePen.
GSAP
Example of GSAP’s physics 2d plugin. See the Pen Physics2D for GSAP 3 Demo (used in docs) by GSAP (@GreenSock) on CodePen.
GSAP, SVG Animation
Here is an example using GSAP’s Draw SVG plugin to draw an SVG path. See the Pen Draw SVG – GSAP by Puneet Sharma (@webdevpuneet) on CodePen.
Misc
You can use Google Chrome’s developer’s tool in order to decrease your CPU power. Just open the developer’s tool in the performance tab (screenshot below), and then in the CPU select box, you can slow down your CPU up to 6 times.
UI Components
Check the following DEMO and modify it according to your needs. DEMO See the Pen Polar Chart with Chart.js by Puneet Sharma (@webdevpuneet) on CodePen. HTML <div class=”donutPieChart”> <canvas id=”myChart”></canvas>...