What Kind Of Code Should I Use For Creating Animations And Shapes? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What Kind Of Code Should I Use For Creating Animations And Shapes?

13th Sep 2017, 2:15 AM
Youssef Samir Hamid
Youssef Samir Hamid - avatar
8 Answers
+ 12
You can use both CSS and JavaScript for animation as @Michelle mentioned. But css is most important for any kind of web animation. if you go code section of SL , you'll find some codes made with pure CSS.
13th Sep 2017, 2:40 AM
Ranjan Bagri
Ranjan Bagri - avatar
+ 11
You can create anything you want with CSS.
13th Sep 2017, 2:43 AM
Ranjan Bagri
Ranjan Bagri - avatar
+ 3
You can use Css animation with @keyframes to animate Html elements. https://code.sololearn.com/W76cI1pP7OCW/?ref=app
13th Sep 2017, 2:47 AM
Calviղ
Calviղ - avatar
+ 3
https://css-tricks.com/examples/ShapesOfCSS/?_e_pi_=7%2CPAGE_ID10%2C6696004733
13th Sep 2017, 3:29 AM
Isomer
Isomer - avatar
+ 1
@#00FF00 How Many Shapes Can I Create With CSS?
13th Sep 2017, 2:41 AM
Youssef Samir Hamid
Youssef Samir Hamid - avatar
+ 1
@#00FF0 Last Question, How Can I Align A Shape To The Center?
13th Sep 2017, 2:44 AM
Youssef Samir Hamid
Youssef Samir Hamid - avatar
0
@Michelle Which Lessons In JavaScript Is Talking About It?
13th Sep 2017, 2:24 AM
Youssef Samir Hamid
Youssef Samir Hamid - avatar
0
@Michelle Does It Work On SVG?
13th Sep 2017, 2:28 AM
Youssef Samir Hamid
Youssef Samir Hamid - avatar