Somebody knows how to make animationa on CSS? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Somebody knows how to make animationa on CSS?

Somebody knows how to make animationa on CSS?

19th Jul 2018, 12:31 AM
ShadowWrath72
ShadowWrath72 - avatar
17 Answers
+ 1
yeah sure, what do you want to make
19th Jul 2018, 12:33 AM
Roel
Roel - avatar
+ 1
do you know how to make 3d shapes
19th Jul 2018, 12:40 AM
Roel
Roel - avatar
+ 1
no problem its just that 3d shapes are a huuuuge lot harder to make than 2d ones
19th Jul 2018, 12:43 AM
Roel
Roel - avatar
+ 1
i think, since you wanted to make a CSS animation, i can advise you to learn the CSS course first
19th Jul 2018, 12:45 AM
Roel
Roel - avatar
+ 1
I can make a little example of some things for you if you have a moment
19th Jul 2018, 12:47 AM
Roel
Roel - avatar
+ 1
im all yours
19th Jul 2018, 12:49 AM
ShadowWrath72
ShadowWrath72 - avatar
+ 1
sorry, forgot how to do the 3d rotation normal rotation rotateX(45deg) rotates frontward rotateY(45deg) rotates 360-ward rotateZ(45deg) rotates sideward for animations: #example { animation:[name] [duration] [iteration-count] } @keyframes [name]{ 0%{start} 25%{quarter} 33%{1 third} 100%{end} }
19th Jul 2018, 1:44 AM
Roel
Roel - avatar
+ 1
he wasnt that far in his lessons and in the css lessons making 3d animations is not explained
19th Jul 2018, 3:11 AM
Roel
Roel - avatar
+ 1
no, so i asked what kind of animations he wanted to make and he said 3d ones
19th Jul 2018, 3:16 AM
Roel
Roel - avatar
0
I want to learn 3d ones
19th Jul 2018, 12:39 AM
ShadowWrath72
ShadowWrath72 - avatar
0
ehmm...
19th Jul 2018, 12:42 AM
ShadowWrath72
ShadowWrath72 - avatar
0
I'm far away from animations
19th Jul 2018, 12:42 AM
ShadowWrath72
ShadowWrath72 - avatar
0
what course have I to learn?
19th Jul 2018, 12:43 AM
ShadowWrath72
ShadowWrath72 - avatar
0
yeah but I'm early in the css course and I want to learn this first
19th Jul 2018, 12:46 AM
ShadowWrath72
ShadowWrath72 - avatar
0
https://www.sololearn.com/learn/CSS/2253/ Check out the lessons before posting questions like this one.
19th Jul 2018, 2:14 AM
Paul Grasser
Paul Grasser - avatar
0
He didn't ask for 3D animations.
19th Jul 2018, 3:15 AM
Paul Grasser
Paul Grasser - avatar