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

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -