class SugarCubeAnimationDelegate
Attributes
completion[RW]
start[RW]
Public Instance Methods
animationDidStart()
click to toggle source
# File lib/cocoa/sugarcube-animations/caanimation.rb, line 99 def animationDidStart @start && @start.call end
animationDidStop(anim, finished: finished)
click to toggle source
# File lib/cocoa/sugarcube-animations/caanimation.rb, line 103 def animationDidStop(anim, finished: finished) @completion && @completion.call(finished) end