//// AnimationTime.swift// lottie-swift-iOS//// Created by Brandon Withrow on 2/6/19.//importCoreGraphicsimportFoundation/// Defines animation time in Frames (Seconds * Framerate).publictypealiasAnimationFrameTime=CGFloat/// Defines animation time by a progress from 0 (beginning of the animation) to 1 (end of the animation)publictypealiasAnimationProgressTime=CGFloat