UIViewKeyframeAnimations extension
UIViewKeyframeAnimations
- on
Static Methods
-
addKeyframeWithRelativeStartTime(
double frameStartTime, {required double relativeDuration, required ObjCBlock< Void Function()> animations}) → void -
Available on UIView, provided by the UIViewKeyframeAnimations extension
addKeyframeWithRelativeStartTime:relativeDuration:animations: -
animateKeyframesWithDuration(
double duration, {required double delay, required UIViewKeyframeAnimationOptions options, required ObjCBlock< Void Function()> animations, ObjCBlock<Void Function(Bool)> ? completion}) → void -
Available on UIView, provided by the UIViewKeyframeAnimations extension
animateKeyframesWithDuration:delay:options:animations:completion: