JavaScript封装动画函数(三)

封装缓动动画函数,增加任意多个属性和回调函数

Title - 锐客网*{ margin: 0; padding: 0; } button{ margin-top: 20px; } #box{ width: 200px; height: 100px; background-color: greenyellow; margin-top: 20px; position:absolute; left: 20px; }

封装缓动动画函数,增加任意多个属性和回调函数,以及透明度和层级
Title - 锐客网*{ margin: 0; padding: 0; } button{ position: absolute; top: 0; left: 0; z-index: 1; } #box{ width: 200px; height: 100px; background-color: greenyellow; position:absolute; top: 0; left: 0; }

    推荐阅读