Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 CSS3 动画来放大 div。但是,我想将 div 的顶部保持在它所在的位置。所以我只希望 div 的底部放大。我该怎么做呢?
您必须使用-transform-origin,默认为 50% 50%
-transform-origin
更多信息:https ://developer.mozilla.org/en/CSS/transform-origin