Closed yomotsu closed 2 months ago
It looks like this is your first pull request. 🎉 Thank you for your contribution! One of the project maintainers will triage and assign the pull request for review. We appreciate your patience. To safeguard the health of the project, please take a moment to read our code of conduct.
Congratulations on your first merged pull request. 🎉 Thank you for your contribution! Did you know we have a project board with high-impact contribution opportunities? We look forward to your next contribution.
Description
Fix the animatable type of CSS zoom to be not-animatable.
Motivation
According to the WD of the CSS zoom property, the animation type of the zoom property is not animatable. Some browsers, such as Firefox, which recently started supporting zoom, treat it as animatable though.
Here is a capture of the WD page.
Additional details
Related issues and pull requests