How To Use css @keyframes In Js | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

How To Use css @keyframes In Js

26th Aug 2018, 9:50 AM
Kailash Loncha
Kailash Loncha - avatar
6 Answers
+ 6
// jQuery is easy to coding.
26th Aug 2018, 9:13 PM
program
program - avatar
+ 5
// You can use jQuery to create the animation HTML : <div class="block>Hello world</div> JS : $( ".block" ).animate({ fontSize : "20px" fontWeight : "600" padding : "24px" }, 1500 );
26th Aug 2018, 8:45 PM
program
program - avatar
+ 5
// Zohir Without jQuery
26th Aug 2018, 8:56 PM
Kailash Loncha
Kailash Loncha - avatar
+ 5
// Sorry, i don't know 😔☺😉
26th Aug 2018, 9:12 PM
program
program - avatar
+ 5
This code demonstrates how does pure js controls css @keyframes animation. https://code.sololearn.com/WAB78dfvkzD9/?ref=app Javascript is easy to code if you know it well.
27th Aug 2018, 10:24 AM
Calviղ
Calviղ - avatar
+ 3
// Zohir I don't want to attach external file
26th Aug 2018, 9:15 PM
Kailash Loncha
Kailash Loncha - avatar