Regarding making animation to original position
text4lilac opened this issue · 0 comments
text4lilac commented
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