call_then_tween

transytion.call_then_tween(tween, manager=<transytion.TweenManager object>)

Intended to be used as a decorator. Given a function f, f(args) now executes and then starts the tween.

NOTE: f(args) followed by f(args) will not block the second call. Two tweens will be added and both will do a double execution of f.