1.0.7 • Published 5 years ago

@jqxiong/web-basic v1.0.7

Weekly downloads
8
License
ISC
Repository
github
Last release
5 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

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.2

5 years ago

1.0.3

5 years ago

1.0.1

5 years ago