Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

Latest commit

 

History

History
27 lines (20 loc) · 720 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 720 Bytes

Animation

The set of DOM APIs for playing animations and controlling timelines.

Modules in this set can be imported individually or collectively.

// Import all modules
import * as ANI from '@web-native-js/play-ui/src/ani/index.js';
let play = ANI.play;

// Import a module
import play from '@web-native-js/play-ui/src/ani/play.js';

API

<<<<<<< HEAD:play-ui/v002/api/ani/README.md

cb39f35064f56fa8e785a6c3dc76ad40ec3a079d:play-ui/api/ani/README.md