In CSS, using perspective in combination with ________ can enhance 3D animations.
- transform-origin
- transform-style
- perspective-origin
- transform-perspective
The correct option is 'transform-perspective'. When working with 3D transformations in CSS, the 'perspective' property defines the depth of the view. Combining it with 'transform-perspective' allows for more control over the 3D space, enhancing the visual impact of 3D animations on elements.
Loading...
Related Quiz
- To manage large-scale projects, SMACSS divides CSS rules into five categories: Base, Layout, Module, State, and ________.
- For responsive typography, the ______ CSS unit can scale font sizes based on the viewport height.
- To create a new styled component based on an existing one, the ________ method can be used in Styled Components.
- In Styled Components, dynamic styling can be achieved using ________ within the template literals.
- When multiple declarations have equal specificity, the last declaration found in the CSS __________ will apply.