Skip to content

Instantly share code, notes, and snippets.

View alanpachuau's full-sized avatar
🎯
Focusing

Alan Pachuau alanpachuau

🎯
Focusing
  • Aizawl, Mizoram
View GitHub Profile
@alanpachuau
alanpachuau / index.html
Created March 8, 2022 20:21
Layered animations with anime.js
<div class="animation-wrapper">
<div class="layered-animations">
<svg class="circle1 large shape" viewBox="0 0 96 96" style="transform:rotate(23deg)">
<defs>
<linearGradient id="circleGradient" x1="0%" x2="100%" y1="20%" y2="80%">
<stop stop-color="#2c2c2c" offset="0%"/>
<stop stop-color="#242423" offset="50%"/>
<stop stop-color="#707070" offset="100%"/>
</linearGradient>
</defs>