ocean-object-float
v1.0.3
Published
the object float animate effect
Downloads
4
Readme
ocean-object-float
The command line app for ocean-object-float
Install
$ npm i ocean-object-float
Features
- the object micro animate effect
- 鼠标上下滚动,控制元件上下(加速)漂浮;
Usage
$ ocean-object-float
Css Usage:
.content {
width: 100%;
height: 5000px;
}
#grk {
position: absolute;
top: 1000px;
height: 100%;
/* z-index:20; */
}
#grk div {
position: relative;
width: 960px;
height: 1280px;
}
#grk img {
position: absolute;
}
#grk .g1 {
top: -35px;
left: -235px;
}
Html Usage:
<div class="content"></div>
<div id="grk">
<div class="content-div">
<img src="images/grk_01.png" width="21" height="24" alt="" class="g1 content-img" />
</div>
</div>
JS Usage:
$("#grk").autoUpRotate({
contentSelector: '.content-div',
imageSelector: '.content-img'
});