Velocity eye blink

Developer
Size
1,921 Kb
Views
56,672

How do I make an velocity eye blink?

What is a velocity eye blink? How do you make a velocity eye blink? This script and codes were developed by Kyle Houston on 25 August 2022, Thursday.

Velocity eye blink Previews

Velocity eye blink - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Velocity eye blink</title>
</head>
<body> <svg version="1.1" id="SVG" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 687 386" enable-background="new 0 0 687 386" xml:space="preserve" class="cb-illo illo-experienced">
<path fill="#D22C13" d="M340.3,70.6c0,1.1-0.8,2.1-2.1,2.1h-8.8c-1.1,0-2.1-0.8-2.1-2.1l0,0c0-1.1,0.8-2.1,2.1-2.1h8.8 C339.3,68.6,340.3,69.4,340.3,70.6L340.3,70.6z" class="js-eyebrow"/>
<path fill="#D22C13" d="M359.6,70.6c0,1.1-0.8,2.1-2.1,2.1h-9.2c-1.1,0-2.1-0.8-2.1-2.1l0,0c0-1.1,0.8-2.1,2.1-2.1h9.2 C358.6,68.6,359.6,69.4,359.6,70.6L359.6,70.6z" class="js-eyebrow"/>
<g id="Eyes"> <circle fill="#263238" cx="334.1" cy="85.6" r="4" class="js-eye"/> <circle fill="#263238" cx="352.4" cy="85.6" r="4" class="js-eye"/>
</g>
</svg> <script src='http://cdn.jsdelivr.net/velocity/1.2.2/velocity.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Velocity eye blink - Script Codes JS Codes

var svg = document.querySelector('.illo-experienced'), eyeBrows = svg.querySelectorAll('.js-eyebrow'), eyes = svg.querySelectorAll('.js-eye');
function start() { Velocity(eyeBrows, { delay: 1000,	translateY: "2px", }, { loop: 1, duration: 30, delay: 100 }); Velocity(eyes, { scaleY: 0.4, transformOrigin:"0 50% 50%" }, { loop: 10, duration: 1, delay: 1000, complete: reset }
);
}
start();
function reset() { start();
}
Velocity eye blink - Script Codes
Velocity eye blink - Script Codes
Home Page Home
Developer Kyle Houston
Username styler
Uploaded August 25, 2022
Rating 3
Size 1,921 Kb
Views 56,672
Do you need developer help for Velocity eye blink?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Kyle Houston (styler) Script Codes
Create amazing sales emails with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!