css transform
scale:.5
scale:1,.5x,y
rotate:45deg//normal rotate
rotate:x 45deg
rotate:y 45deg
rotate:z 45deg//normal rotate
translate:50px
hover{
animation:rotate 5000ms infinite alternate;
}
@keyframes rotate{
0%{
rotate:0;
}
100%{
rotate:45deg
}
scale:.5
scale:1,.5x,y
rotate:45deg//normal rotate
rotate:x 45deg
rotate:y 45deg
rotate:z 45deg//normal rotate
translate:50px
hover{
animation:rotate 5000ms infinite alternate;
}
@keyframes rotate{
0%{
rotate:0;
}
100%{
rotate:45deg
}
Comments
Post a Comment