Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/meteor/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Css 他们是如何在这个博客上制作胶粘物的?_Css_Graphics_Webkit - Fatal编程技术网

Css 他们是如何在这个博客上制作胶粘物的?

Css 他们是如何在这个博客上制作胶粘物的?,css,graphics,webkit,Css,Graphics,Webkit,我想知道惊慌失措的人们是如何在他们的博客页面上粘贴的 我得到了3d转换,但我真的不明白他们是怎么做的移动阴影 有什么想法吗 (警告:需要webkit浏览器)只需查看源代码即可。他们将阴影(垂直)放大了2% 在早期的声明中设置了origin和css转换 #features ul li div { /* fake blank div included at the start of each out; it holds the shadow */ width: 225px; hei

我想知道惊慌失措的人们是如何在他们的博客页面上粘贴的

我得到了3d转换,但我真的不明白他们是怎么做的移动阴影

有什么想法吗


(警告:需要webkit浏览器)

只需查看源代码即可。他们将阴影(垂直)放大了2%

在早期的声明中设置了origin和css转换

#features ul li div { /* fake blank div included at the start of each out; it holds the shadow */
    width: 225px;
    height: 210px;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform .4s ease; 
}

只要看看来源。他们将阴影(垂直)放大了2%

在早期的声明中设置了origin和css转换

#features ul li div { /* fake blank div included at the start of each out; it holds the shadow */
    width: 225px;
    height: 210px;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform .4s ease; 
}