just-animate
Version:
_Making Animation Simple_
13 lines (12 loc) • 421 B
JavaScript
export const S_INACTIVE = 1;
export const S_PAUSED = 2;
export const S_PLAYING = 3;
export const _ = undefined;
export const measureExpression = /^([+|-]*[0-9]*[.]*?[0-9]+)([a-z%]+)*$/i;
export const ALTERNATE = 'alternate';
export const CONFIG = 'config';
export const FATAL = 'fatal';
export const FINISHED = 'finished';
export const IDLE = 'idle';
export const ITERATION = 'iteration';
export const NORMAL = 'normal';