LSAnimator
LSAnimator copied to clipboard
Regarding making animation to original position
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