+ 1
CSS Animation
Please which other elements can i use in animation apart from background-color(Changing background color from one color to another). Answers are needed Please. Anyone that has a code should attach it for better explanation and so i can understand better.
4 Respostas
+ 3
I'm not sure if you meant properties instead of elements, but I'm making that assumption anyone.
Here is a list of animatable CSS properties
https://www.w3schools.com/cssref/css_animatable.asp
0
@Fatkhullo Ubaydullaev I am learning Sololearn now and i am in that particular lecture.
0
Hi,
Apart from changing background color you can also change particular element`s direction of animation i.e. clockwise or anti-clockwise. Other than this you can also change its height and width. In other case you can set its position on % bases. for example, lets say on 20% that object should be on top right side than on 50% it should be on bottom right etc. This is how you can perform animation in different styles.
0
there are many actions you can do with animations, for example change element’s position, color. what do you need to do?