css - is there any way to achive growing div animation with transform properties? -
I have developed an animation in which a div grows using the following styles:
Permission-start {overflow: hidden; Height: 0; }. Animation-End {Height: 100px; }
But the problem with this approach is that it is not easily provided on mobile devices. Currently, only the animation that is sung on mobile is the only people who use the transform
property to completely change the properties (without the use of high assets), any way of increasing animation is?
An infection and transform property should be able to handle it for you
Transition: All 0.5 seconds easy; Consequently, scale (2); // or target different axes that you want to convert to conversion: scaleX (2); Consequently, scale Y (2);
works as a scale multiplier, but I'm not sure that you need a fixed pixel height
Comments
Post a Comment