SeslRecoilAnimator
Provides a recoil animation effect for views, typically used for press and release interactions. This class manages the animation of a target view, scaling it down on press and back to its original size on release.
It supports scaling the entire view or only its children if the target view is a ViewGroup. The animation uses predefined interpolators and durations for press and release states.
A Holder class is provided to manage multiple SeslRecoilAnimator instances, allowing for efficient reuse of animators.
Note: This class requires API level 29 or higher.
Types
Link copied to clipboard
Holder class for managing multiple SeslRecoilAnimator instances.