1.0.7 • Published 6 years ago

@jqxiong/web-basic v1.0.7

Weekly downloads
8
License
ISC
Repository
github
Last release
6 years ago

@jqxiong/web-basic

提供原生而基础的DOM,BOM, Animate, DateFormat等功能模块

npm i -S -d @jqxiong/web-basic

etc: Animate Module

import Animate from '@jqxiong/web-basic/animate'

const moveAni = new Animate({
    start: 0,
    end: 200,
    duration: 400,
    easing: 'easeOutBack',
    onAnimating: animateHandle,
    onComplete: completeHandle
})

moveAni.run();

See docs

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.2

6 years ago

1.0.3

6 years ago

1.0.1

6 years ago