+ 1
Somebody knows how to make animationa on CSS?
Somebody knows how to make animationa on CSS?
17 Answers
+ 1
yeah sure, what do you want to make
+ 1
do you know how to make 3d shapes
+ 1
no problem its just that 3d shapes are a huuuuge lot harder to make than 2d ones
+ 1
i think, since you wanted to make a CSS animation, i can advise you to learn the CSS course first
+ 1
I can make a little example of some things for you if you have a moment
+ 1
im all yours
+ 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}
}
+ 1
he wasnt that far in his lessons and in the css lessons making 3d animations is not explained
+ 1
no, so i asked what kind of animations he wanted to make and he said 3d ones
0
I want to learn 3d ones
0
ehmm...
0
I'm far away from animations
0
what course have I to learn?
0
yeah but I'm early in the css course and I want to learn this first
0
https://www.sololearn.com/learn/CSS/2253/
Check out the lessons before posting questions like this one.
0
He didn't ask for 3D animations.