Is there any chance to load an animated image (like gif) in here?
SPTween *tween = [SPTween tweenWithTarget:image time:5.0f
transition:SP_TRANSITION_EASE_IN];
For example, i wanna add an image with 2 frames. Is this possible?