在滚动时对角加载div

时间:2017-07-18 08:41:53

标签: javascript jquery html css

MessageSource
.main_div2_sub {
    padding-left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 80px 100vw;
    border-color: transparent transparent #56c3b0 transparent;
}
.top_div
{
height:100px;
}
.bottomdiv
{
height:100px;
background-color:#56c3b0;
}

我想在滚动时对角加载div2(刮水器动画)我该怎么做。 不幸的是,搜索它并没有给我太多的结果。

0 个答案:

没有答案