You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CardPartSliderView is working well. However, I am always frustrated with dealing the animations (I would want to have it flipping vertically everytime we slide left-right but anything else may be fine). I would like to have an embedded function with only several parameters like duration, slider view object, and the built-in type of animation. I tried using UIView.animate(withDuration:) for this but it's too complicated and it somehow acts weirdly when I run the project (i'm unsure if I am doing it right.) However, if such feature exists already, please let me know ASAP and tell me how to do so. Thanks :)
The text was updated successfully, but these errors were encountered:
The CardPartSliderView is working well. However, I am always frustrated with dealing the animations (I would want to have it flipping vertically everytime we slide left-right but anything else may be fine). I would like to have an embedded function with only several parameters like duration, slider view object, and the built-in type of animation. I tried using UIView.animate(withDuration:) for this but it's too complicated and it somehow acts weirdly when I run the project (i'm unsure if I am doing it right.) However, if such feature exists already, please let me know ASAP and tell me how to do so. Thanks :)
The text was updated successfully, but these errors were encountered: