How can I speed up the animations when using FluidKit?
I've using FluidKit in a WPF application and would like to speed up the animations. SlideTransition slideTransition = Resources["SlideTransition"] as SlideTransition; slideTransition.Direction = Direction.LeftToRight; slideTransition.Duration = new Duration(new System.TimeSpan(1000)); //does not work TransitionContainer.Transition = sli...