滚动动画库 Scrollanim

码农软件 · 软件分类 · HTML5开发相关 · 2019-03-07 08:13:57

软件介绍

简介

Scrollanim 是使用 CSS3 + JavaScript 实现的用于创建滚动动画的库,应用到元素上后,当此元素出现在浏览器可视区域时便会执行对应的动画。Scrollanim 是 Kissui 的一部分,所以使用 Scrollanim 时需要用到 kissui.css。

使用

<link rel=" sheet" href="css/kissui.css">
<link rel=" sheet" href="css/scrollanim.min.css">
<script src="js/scrollanim.min.js"></script>
<div data-kui-anim="fadeIn">hello world!</div>

或者使用 JavaScript:

kissuiScrollAnim.add(document.getElementById('obj'), {
    'in': 'bounceIn'
});

查看演示

本文地址:https://codercto.com/soft/d/802.html

High Performance Python

High Performance Python

Micha Gorelick、Ian Ozsvald / O'Reilly Media / 2014-9-10 / USD 39.99

If you're an experienced Python programmer, High Performance Python will guide you through the various routes of code optimization. You'll learn how to use smarter algorithms and leverage peripheral t......一起来看看 《High Performance Python》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

SHA 加密
SHA 加密

SHA 加密工具

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具