-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Kinetic.animate doesn't work on iOS 13 devices. I think that it is because of layout system in iOS 13 is different.
This was working on iOS 12 devices:
let tween = Kinetic.animate(swipeView).to(X(actionBackgroundImageView.frame.maxX), Y(actionBackgroundImageView.frame.origin.y), Size(100, 100)).duration(1.2).ease(Quartic.easeInOut)
tween.play()
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels