It would be great if we can make animations on `Mouse Events`. **Example** ```XAML <Image Source="Images/MyImage.png" Width="250" tz:Transitionz.Opacity="{tz:OpacityParams Duration=200, From=0.65, To=1, TransitionOn=MouseEnter}" /> ``` **Event List** - MouseEnter - MouseLeave - MouseLeftButtonDown - MouseLeftButtonUp
It would be great if we can make animations on
Mouse Events.Example
Event List