UNPKG

url-animations

Version:
10 lines (9 loc) 210 B
export default interface BaseAnimation { name: string; creator: string; baseState: any; nextState(timestamp: number, state: Object): { nextFrame: string; state: Object; }; }