图片墙滑动显示动画效果代码
代码语言:html
所属分类:画廊相册
代码描述:图片墙滑动显示动画效果代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<style>
body {
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
}
svg {
max-width: 70vw;
max-height: 90vh;
}
</style>
</head>
<body >
<svg class="Hero__image-grid anim-hero" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 590.91 632.66">
<defs>
<clipPath id="heroclip1">
<rect class="hero__swipe-1" id="heroclip1Rect" x="101.31" y="51.24" width="488.79" height="221.87" fill="#fff" data-svg-origin="590.1000061035156 162.17499923706055" transform="matrix(1,0,0,1,0,0)" style="transform-origin: 0px 0px;"></rect>
</clipPath>
<clipPath id="heroclip2">
<rect class="hero__swipe-2" id="heroclip1Rect" x="195.36" y="2.........完整代码请登录后点击上方下载按钮下载查看
















网友评论0