/** * @Author: Alex Sorafumo * @Date: 13/09/2016 2:55 PM * @Email: alex@yuion.net * @Filename: animate.service.ts * @Last modified by: Alex Sorafumo * @Last modified time: 15/12/2016 11:37 AM */ export declare class NextFrame { private animating; constructor(); setupPolyfill(self: any): void; nextFrame(): any; } export declare class Animate { private nf; constructor(); animation(apply: any, compute: any): any; }