Fade colors in Corona using Transitions
Corona provides transitions. According to this post , a transitionTo(...) would suffice: The user can also cancel the transition if needed (which is waht I would need to do later in the code). In case you're into custom stuff and the easing functions are not enough, you can create your own . A…