Toggle navigation
Sign Up
Log In
Explore
Works
Folders
Tools
Collections
Artists
Groups
Groups
Topics
Tasks
Tasks
Jobs
Teams
Jobs
Recommendation
More Effects...
JS
setRandomClass(); setInterval(function () { setRandomClass(); }, 2200);//number of milliseconds (2000 = 2 seconds) function setRandomClass() { var ul = $("svg"); var items = ul.find(".animate"); var number = items.length; var random = Math.floor((Math.random() * number)); items.empty(); items.eq(random).html('
'); }
CSS
body { background-color: #000; display: flex; justify-content: center; align-items: center; height: 100vh; } .svg__container { width: 80%; /* background-color: yellow; */ border: 2px solid rgba(255,255,255,.2); position: relative; } .svg__container__inner { width: 60%; height: 35%; top: 20%; left: 50%; margin-left: -30%; position: absolute; border: 2px solid rgba(255,0,0,.3); } svg { width: 100%; } circle { fill: #fd6162; } /* circle, */ .banaan { fill: #fff; transition: fill 2s ease; box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7); border-radius: 50%; animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1); } @keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
HTML
Join Effecthub.com
Working with Global Gaming Artists and Developers!
Login
Sign Up
Or Login with Your Email Address:
Email
Password
Remember
Or Sign Up with Your Email Address:
Your Email
This field must contain a valid email
Set Password
Password should be at least 1 character
Stay informed via email