UIMotionEffectGroup
A collection of motion effects that you want to apply to a view at the same time.
Declaration
@MainActor class UIMotionEffectGroupOverview
This class behaves similarly to the CAAnimationGroup class in Core Animation. The key paths and values returned by each motion effect object are applied simultaneously and with the same timing. Because UIMotionEffectGroup is a subclass of UIMotionEffect, you can treat it like a single motion effect in your code. After setting a value for the motionEffects property, add the group object to one or more of your views.