/** * Created by Christophe on 23/01/2018. */ export interface AnimationData { sequence: string; period?: string | number; iterations?: number; interruptable?: boolean; }