click-popup
The interaction about funny popup animation
Installation
npm install click-popup# or use yarn yarn add click-popup
Usage
const span = documentspantextContent = '民主'const dispose = // Call `dispose()` for removing
API
clickPopup(nodeList: Array<Node|string>, Node, options?)
options
index
: start index (Type:number
, Default:0
)styleMapper
: style mapper (Type:(style, currentNode) => style
, Default:sty => sty
)- The rest of options see popmotion - tween
Related
- popmotion - Simple animation libraries for delightful user interfaces
Authors
This library is written and maintained by imcuttle, moyuyc95@gmail.com.
License
MIT