Being to add some easing functions to the transitions is much required. Without easing transitions feels too "harsh". Every GUI that feels "smooth" has eased animations.
I can't find an obvious way of setting the duration of a transition. I have a TransitionalElement on a window and I wish to initialise it with a single Transition which is used everytime the 'Conte...
Certain transtitions, for example DoorTransition, enlarge the old content when animating. See attached example solution. I've found out that if a background color is set, this doesn't happen.
I wish to create a progress spinner by rotating a user control(s). This works fine with a storyboard but is sluggish. (I placed the storyboad duration .1 seconds behind the transition duration.) I...
I have customized a tab control to use Transitionals. That Tab Control I am using as a region in a prism test app. I am adding views to that region through a configuration loaded module. The fir...
The way that TransitionConverter is currently built it depends on a finite list of well-known names. These names can change if the code changes and new transitions would have to be added to this li...
Would be nice to temporarily or perminantly disable transitions based on machine spec for example. This can be accomplished by setting the transition to Null, but it's not as easily data bindable.
Steps to reproduce: 1. Create two items you would like to transition between but do not place either item in the visual tree (hold a reference to them in code). 2. Create two VisualBru...