1.0.1 • Published 5 years ago
sn-cool
Licence
ISC
Version
1.0.1
Deps
0
Size
88 kB
Vulns
0
Weekly
0
install
npm install sn-coolBasic usage
<div class="cool swing"></div>
<div class="cool wobble"></div>
<script>
import cool from "sn-cool"
new cool().init();
</script>Advanced usage
var animate = new cool({
boxClass: "cool",
animateClass: "animated",
offset: 0,
mobile: true,
live: true,
callback: function (box) {},
scrollContainer: null,
});
animate.init();