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.
我一定会使用 SVG Tiny,因为它是浏览器支持的唯一版本。我怎样才能实现类似于overflow: hidden这个版本的效果(我必须实现滚动效果)。
overflow: hidden
构建您的内容,以便您首先绘制滚动内容,然后在顶部绘制其他内容,使其看起来被剪裁。请注意,如果顶部的东西绘制起来很复杂,这可能会很昂贵,因此对于覆盖您不想看到的部分的东西,我建议使用一个或多个纯色矩形。