UIViewAnimationWithBlocks extension

UIViewAnimationWithBlocks

on

Static Methods

animateWithDuration(double duration, {required double delay, required UIViewAnimationOptions options, required ObjCBlock<Void Function()> animations, ObjCBlock<Void Function(Bool)>? completion}) → void

Available on UIView, provided by the UIViewAnimationWithBlocks extension

animateWithDuration:delay:options:animations:completion:
animateWithDuration$1(double duration, {required ObjCBlock<Void Function()> animations, ObjCBlock<Void Function(Bool)>? completion}) → void

Available on UIView, provided by the UIViewAnimationWithBlocks extension

animateWithDuration:animations:completion:
animateWithDuration$2(double duration, {required ObjCBlock<Void Function()> animations}) → void

Available on UIView, provided by the UIViewAnimationWithBlocks extension

animateWithDuration:animations:
animateWithDuration$3(double duration, {required double delay, required double usingSpringWithDamping, required double initialSpringVelocity, required UIViewAnimationOptions options, required ObjCBlock<Void Function()> animations, ObjCBlock<Void Function(Bool)>? completion}) → void

Available on UIView, provided by the UIViewAnimationWithBlocks extension

animateWithDuration:delay:usingSpringWithDamping:initialSpringVelocity:options:animations:completion:
modifyAnimationsWithRepeatCount(double count, {required bool autoreverses, required ObjCBlock<Void Function()> animations}) → void

Available on UIView, provided by the UIViewAnimationWithBlocks extension

modifyAnimationsWithRepeatCount:autoreverses:animations:
performSystemAnimation(UISystemAnimation animation, {required NSArray onViews, required UIViewAnimationOptions options, ObjCBlock<Void Function()>? animations, ObjCBlock<Void Function(Bool)>? completion}) → void

Available on UIView, provided by the UIViewAnimationWithBlocks extension

performSystemAnimation:onViews:options:animations:completion:
transitionFromView(UIView fromView, {required UIView toView, required double duration, required UIViewAnimationOptions options, ObjCBlock<Void Function(Bool)>? completion}) → void

Available on UIView, provided by the UIViewAnimationWithBlocks extension

transitionFromView:toView:duration:options:completion:
transitionWithView(UIView view, {required double duration, required UIViewAnimationOptions options, ObjCBlock<Void Function()>? animations, ObjCBlock<Void Function(Bool)>? completion}) → void

Available on UIView, provided by the UIViewAnimationWithBlocks extension

transitionWithView:duration:options:animations:completion: