What is the common CSS3 trick used to trigger hardware acceleration on mobile devices? A. Use display:hw-accelerated B. Use CSS Animations (exclusively) C. Use 3D transforms (for 2D with Z axis set to 0) D. Use 2D transforms (3D are not accelerated) Answer Workspace Report Discuss Answer with explanation Answer: Option C Explanation The correct answer is Use 3D transforms (for 2D with Z axis set to 0) Workspace
Discuss about the question