Play around velocity js

Developer
Size
1,587 Kb
Views
40,480

How do I make an play around velocity js?

What is a play around velocity js? How do you make a play around velocity js? This script and codes were developed by Tingyu on 13 September 2022, Tuesday.

Play around velocity js Previews

Play around velocity js - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Play around velocity js</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <svg version="1.1" width="500" height="500" xmlns="http://www.w3.org/2000/svg"> <g> <rect class="rect" x="50" y="50" width="300" height="200" fill="#ff2600"/> </g>
</svg> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/velocity/1.2.1/velocity.js'></script>
</body>
</html>

Play around velocity js - Script Codes CSS Codes

svg{ border: 1px solid black;
}
.rect{ stroke: black; stroke-width: 1px; transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s;
}
.rect:hover{ stroke-dasharray: 5 5;
}
Play around velocity js - Script Codes
Play around velocity js - Script Codes
Home Page Home
Developer Tingyu
Username TingChe
Uploaded September 13, 2022
Rating 3
Size 1,587 Kb
Views 40,480
Do you need developer help for Play around velocity js?

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!

Tingyu (TingChe) Script Codes
Create amazing marketing copy 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!