LSAnimator icon indicating copy to clipboard operation
LSAnimator copied to clipboard

Regarding making animation to original position

Open text4lilac opened this issue 3 years ago • 0 comments

lets say i have make animation like myview.animation.moveX(60).animationCompletion = {

//how do i make it to identity like we do in default UIView.animation block

myview.transform = .identity }

is there a method to make the animation come to its original position after animation completed

text4lilac avatar May 03 '22 05:05 text4lilac