A cross-platform UI framework for .NET
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Jeremy Koritzinsky 58a85c53c7 Have each AnimationInstance and TransitionInstance use their own internal clock instead of relying on tracking the start time of the global clock. Use a binary search to find the correct keyframe instead of linear search. 8 years ago
..
Pages Allow users to supply custom clocks in XAML or code before animations are applied. Change AnimationsPage to show an example with a custom clock and the animations on that page. 8 years ago
ViewModels Have each AnimationInstance and TransitionInstance use their own internal clock instead of relying on tracking the start time of the global clock. Use a binary search to find the correct keyframe instead of linear search. 8 years ago
App.config Rename Sample projects to avoid confusion with the CI tests. 8 years ago
App.xaml Replace namespaces accordingly; Rename projects on main sln file. 8 years ago
App.xaml.cs Replace namespaces accordingly; Rename projects on main sln file. 8 years ago
MainWindow.xaml Replace namespaces accordingly; Rename projects on main sln file. 8 years ago
MainWindow.xaml.cs Replace namespaces accordingly; Rename projects on main sln file. 8 years ago
RenderDemo.csproj Project file fixes. 8 years ago
SideBar.xaml Fix naming on Animations & Transitions to better reflect their purpose. 8 years ago