mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Use transform/opacity CSS properties to show and hide the click block element, and use requestAnimationFrame for the DOM changes. This is easier for the GPU to use transform/opacity properties instead of the display property, and also reduces any potential reflows.