We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
9adc39e
There was an error while loading. Please reload this page.
SpingView에 animation설정 방법 수정
targetView.animation = Spring.AnimationPreset.rawValue targetView.curve = Spring.AnimationCurve.rawValue -> targetView.setAnimation(Spring.AnimationPreset) targetView.setCurve(Spring.AnimationCurve)
targetView.animation = Spring.AnimationPreset.rawValue targetView.curve = Spring.AnimationCurve.rawValue
targetView.setAnimation(Spring.AnimationPreset) targetView.setCurve(Spring.AnimationCurve)
a7e3308
1.0.0