How to smoothly animate height in CSS or Javascript on mobile devices

后端 未结 2 970
日久生厌
日久生厌 2021-02-02 00:20

I am developing an HTML5 web application for mobile devices and ran into a bit of trouble with smooth animations.

Essentially, when a user taps a button, a drawer (a di

2条回答
  •  清歌不尽
    2021-02-02 00:48

    You want traslate3d. Should use the GPU if the device supports it.

    check this out...

    http://mobile.smashingmagazine.com/2012/06/21/play-with-hardware-accelerated-css/

提交回复
热议问题