UNPKG

actuate

Version:

Actuate is a flexible, fast "tween" library for animations

17 lines (7 loc) 241 B
declare namespace motion.easing { export class IEasing { // private function calculate (k:Float):Float; // private function ease (t:Float, b:Float, c:Float, d:Float):Float; } } export default motion.easing.IEasing;