how to create an animation... | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 19

how to create an animation...

Give about the explanation of using animations on coding

9th Aug 2018, 2:47 AM
madhina
madhina - avatar
10 Answers
+ 21
thanks a lot!!!! Meet Mehta .... Thanks for your support!!..... 💖💕💜💝🌼💞🌼👍👍👍👍👍
10th Aug 2018, 7:17 AM
madhina
madhina - avatar
+ 19
thank you Meet Mehta
9th Aug 2018, 4:07 PM
madhina
madhina - avatar
+ 18
thanks for your answer @Zohir
9th Aug 2018, 9:17 AM
madhina
madhina - avatar
+ 18
yes, it's useful.... thank for given the example... Meet Mehta
10th Aug 2018, 6:29 AM
madhina
madhina - avatar
+ 17
thanks for given the explanation....
9th Aug 2018, 8:30 AM
madhina
madhina - avatar
+ 6
HTML : <div class="cube"></div> CSS : .cube { width : 100px; height : 100px; animation : anim 1s ease-in-out infinite; } @keyframes anim { from { border-radius : 0; } to { border-radius : 50%; } }
9th Aug 2018, 8:41 AM
program
program - avatar
+ 4
Happy that helped☺️☺️. As I told there are plenty of animation you can apply , once you master animation property. I am showing you two more example of animation. Please note I am not posting code here to promote it , posting it so you can get more familiar with animation and hopefully better understand it. Hope this helps ☺️☺️. https://code.sololearn.com/Wgm16yoCviU4/?ref=app https://code.sololearn.com/WnuUYFEakCTL/?ref=app
10th Aug 2018, 6:42 AM
Meet Mehta
Meet Mehta - avatar
+ 3
:)
10th Aug 2018, 7:27 AM
Meet Mehta
Meet Mehta - avatar
+ 2
creating an animation using code is impractical and usually doesn't produce the best results. i recommend hand drawing animations that you want to make
9th Aug 2018, 7:14 AM
hinanawi
hinanawi - avatar
+ 2
If you are asking about css animation Maybe this code can help you understand it. Also there are plenty of animation you can apply to your website. This is just an small example. Hope this helps ☺️☺️. https://code.sololearn.com/WDj7OlB8J2Qm/?ref=app
9th Aug 2018, 2:45 PM
Meet Mehta
Meet Mehta - avatar