We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
9adc39e
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)