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
I am wondering where is the SetDuration method for Animation in quartzcore pkg. I can only find two SetDuration functions in MediaTimingObject and PMediaTiming but none in animation related parts.
I also find the SetFadeInDuration and SetFadeOutDuration, but they are not recognized after being built. Facing error like below:
clash_core[43244:2173203] -[CABasicAnimation setFadeInDuration:]: unrecognized selector sent to instance 0x6000002785e0
It would be very kind of you if you can answer me at your convenience. And IF POSSIBLE, I really need an example to learn how to write some animations by your package. I can hardly find some related materials online.
Many thanks!
The text was updated successfully, but these errors were encountered:
Hi there,
I am wondering where is the SetDuration method for Animation in quartzcore pkg. I can only find two SetDuration functions in MediaTimingObject and PMediaTiming but none in animation related parts.
I also find the SetFadeInDuration and SetFadeOutDuration, but they are not recognized after being built. Facing error like below:
clash_core[43244:2173203] -[CABasicAnimation setFadeInDuration:]: unrecognized selector sent to instance 0x6000002785e0
It would be very kind of you if you can answer me at your convenience. And IF POSSIBLE, I really need an example to learn how to write some animations by your package. I can hardly find some related materials online.
Many thanks!
The text was updated successfully, but these errors were encountered: