For advanced CSS3 features like transitions and transforms, the ________ vendor prefix is required for older versions of Firefox.
- -moz-
- -webkit-
- -o-
- -ms-
The correct option is -moz-. Older versions of Firefox require the Mozilla vendor prefix for advanced CSS3 features like transitions and transforms. This helps maintain compatibility with legacy browser versions.
Loading...
Related Quiz
- What is the main limitation of CSS Variables when compared to SASS Variables in terms of preprocessing?
- What CSS property is used to change the style of bullet points in an unordered list?
- The ________ tool is commonly used for automated cross-browser testing.
- How do CSS preprocessors handle mathematical operations differently from regular CSS?
- What is the default value of the animation-direction property in CSS?