Open RaphArbuz opened 8 years ago
I'm not sure when you did post this but now Cheetah
type have completion()
method. I believe that is what you looking for.
@RaphArbuz
image.cheetah
.move(100,0)
.run()
.completion {
//do something
}
would be nice if this was added to the readme docs
Hi,
I love Cheetah and was wondering if there was a way to execute code right after an animation has finished?
Many thanks
Raphael