//fadeOut //function start function fadeOut(ele,speed){ var ele=document.getElementById(ele); var opacitynum=ele.style.opacity||1; var speed=(speed/100)||10; function opacityOff(){ if(opacitynum>0){ ele.style.opacity=opacitynum=(opacitynum-0.01).toFi
LazyFadeInView 渐入显示text文本 https://github.com/itouch2/LazyFadeInView LazyFadeInView is a cool way to animate the appearnce of a label. This effect is a clone of Secret app. LazyFadeInView 非常酷,以一种动画的形式来显示一个label.与 Secret app 中的效果一样. Usage To use LazyFa