0
What Kind Of Code Should I Use For Creating Animations And Shapes?
11 Respuestas
+ 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.
+ 11
You can create anything you want with CSS.
+ 3
You can use Css animation with @keyframes to animate Html elements.
https://code.sololearn.com/W76cI1pP7OCW/?ref=app
+ 3
https://css-tricks.com/examples/ShapesOfCSS/?_e_pi_=7%2CPAGE_ID10%2C6696004733
+ 1
@#00FF00 How Many Shapes Can I Create With CSS?
+ 1
@#00FF0 Last Question, How Can I Align A Shape To The Center?
0
@Michelle Which Lessons In JavaScript Is Talking About It?
0
@Michelle Does It Work On SVG?