fadeScaleTransition

inline fun <T : ImageView> T.fadeScaleTransition(duration: Long = 500, minScale: Float = 0.7f, crossinline action: T.() -> Unit)

Animate a transition a given imageview If it is not shown, the action will be invoked directly and no further actions will be made If it is already shown, scaling and alpha animations will be added to the action