Yet another blog about WPF, Surface, SL, MVVM, NUI.... - Tag - animation http://blog.lexique-du-net.com/index.php? In this blog we talk about WPF, Natural User Interface(NUI), Microsoft Surface, WIndows 7, Multitouch, Touchless, JavaFX, MVVM, patterns, tips, tricks .... and a lot of other things ! en Mon, 26 Feb 2024 15:40:43 +0100 Jonathan ANTOINE, All rights reserved http://blogs.law.harvard.edu/tech/rss Dotclear Amazing WPF Controls / JetPack Theme updated ! http://blog.lexique-du-net.com/index.php?post/2011/06/13/Amazing-WPF-Controls-/-JetPack-Theme-updated-%21 urn:md5:88ead68957a351bbe11ed3474c8ea2f3 Mon, 13 Jun 2011 13:56:00 +0200 JonathanANTOINE@falsemail.com WPF animationcontrolsnewsTemplateWPFXAML <p>Hello, I have updated my previously introduced control library on codeplex. I received a lot of comments because the jetPack theme was not working fine bacause of some animation. It is now fixed and I want to thank everyone for the feedback !__ Here are the list of the available updates: JetPack Theme is now building and working fine at... <a href="http://blog.lexique-du-net.com/index.php?post/2011/06/13/Amazing-WPF-Controls-/-JetPack-Theme-updated-%21"><em>Read</em> Amazing WPF Controls / JetPack Theme updated !</a></p> http://blog.lexique-du-net.com/index.php?post/2011/06/13/Amazing-WPF-Controls-/-JetPack-Theme-updated-%21#comment-form http://blog.lexique-du-net.com/index.php?post/2011/06/13/Amazing-WPF-Controls-/-JetPack-Theme-updated-%21#comment-form http://feeds.feedburner.com/JonathanAntoine/comments/76 How to create an animated expander http://blog.lexique-du-net.com/index.php?post/2010/09/21/Create-an-animated-expander urn:md5:2ae908d20a12760560980c024eaabac7 Tue, 21 Sep 2010 14:02:00 +0200 JonathanANTOINE@falsemail.com WPF animationContentControlexamplesamplescalescalingTemplatetipstrickWindows Presentation FoundationWPFXAML <p>The expander control can be used in a lot of situations but the one proposed by default is quite "rigid". In this post we will discover how to animate it quite simply just via XAML ! The WPF engine lets us redefine the template of the controls and we'll just do that. The goal aimed What we aim is to get the same functionnality as the... <a href="http://blog.lexique-du-net.com/index.php?post/2010/09/21/Create-an-animated-expander"><em>Read</em> How to create an animated expander</a></p> http://blog.lexique-du-net.com/index.php?post/2010/09/21/Create-an-animated-expander#comment-form http://blog.lexique-du-net.com/index.php?post/2010/09/21/Create-an-animated-expander#comment-form http://feeds.feedburner.com/JonathanAntoine/comments/56 GUI to NUI : representations and manipulation of OLAP data in 3D http://blog.lexique-du-net.com/index.php?post/2009/07/21/GUI-to-NUI-%3A-representation-of-OLAP-data-in-3D urn:md5:56df2ec1ae5fb0fefa940d3d282ff766 Tue, 21 Jul 2009 14:54:00 +0200 JonathanANTOINE@falsemail.com MultiTouch 3DanimationgraphMogreNatural User InterfaceNUIOLAPWPF <p>Hello, Here is a little post to show you a little video presenting the project I have worked on during my 6 months of training. I am very proud of it :) : The subject was to find the new way of representations and manipulations of OLAP Data without using a keyboard or a mouse. This is done in 3D on the Microsoft Surface plateform. The... <a href="http://blog.lexique-du-net.com/index.php?post/2009/07/21/GUI-to-NUI-%3A-representation-of-OLAP-data-in-3D"><em>Read</em> GUI to NUI : representations and manipulation of OLAP data in 3D</a></p> http://blog.lexique-du-net.com/index.php?post/2009/07/21/GUI-to-NUI-%3A-representation-of-OLAP-data-in-3D#comment-form http://blog.lexique-du-net.com/index.php?post/2009/07/21/GUI-to-NUI-%3A-representation-of-OLAP-data-in-3D#comment-form http://feeds.feedburner.com/JonathanAntoine/comments/25 CREATE, LAUNCH and CONTROL a WPF animation FROM CODE http://blog.lexique-du-net.com/index.php?post/2009/07/07/CREATE%2C-LAUNCH-and-CONTROL-a-WPF-animation-FROM-CODE urn:md5:1813871b1ab6d37b27fb1c000f6969c2 Tue, 07 Jul 2009 14:30:00 +0200 JonathanANTOINE@falsemail.com WPF animationcustomDependencyObjectDependencyPropertyhow-toWPF <p>The problem Sometimes you need to animate your specific object and for this purpose there is the WPF animation. Here are the prerequireds : The property you want to animate must be a DependencyProperty, The property must so be a part of a DependencyObject, Your object must implement IAnimatable to be able to launch the animation. The... <a href="http://blog.lexique-du-net.com/index.php?post/2009/07/07/CREATE%2C-LAUNCH-and-CONTROL-a-WPF-animation-FROM-CODE"><em>Read</em> CREATE, LAUNCH and CONTROL a WPF animation FROM CODE</a></p> http://blog.lexique-du-net.com/index.php?post/2009/07/07/CREATE%2C-LAUNCH-and-CONTROL-a-WPF-animation-FROM-CODE#comment-form http://blog.lexique-du-net.com/index.php?post/2009/07/07/CREATE%2C-LAUNCH-and-CONTROL-a-WPF-animation-FROM-CODE#comment-form http://feeds.feedburner.com/JonathanAntoine/comments/24 Use dataBinding and DependencyProperty with a non-WPF or extern object http://blog.lexique-du-net.com/index.php?post/2009/04/10/Use-dataBinding-and-DependencyProperty-with-a-non-WPF-or-extern-object urn:md5:4bb9a70cce949cd330b75047bcc048de Fri, 10 Apr 2009 10:52:00 +0200 JonathanANTOINE@falsemail.com WPF animationdataBindingDependencyObjectDependencyPropertyhow-toMogreOnPropertyChangedWPF <p>Today we are going to learn how we can uses the powerful data binding of WPF even on non-WPF objects. The problem: when to use this solution ? Sometimes you need to use the databinding with an object that you have not created and you can't use inheritance. For example I wanted to use a Mogre Camera and build some WPF animation with it and I... <a href="http://blog.lexique-du-net.com/index.php?post/2009/04/10/Use-dataBinding-and-DependencyProperty-with-a-non-WPF-or-extern-object"><em>Read</em> Use dataBinding and DependencyProperty with a non-WPF or extern object</a></p> http://blog.lexique-du-net.com/index.php?post/2009/04/10/Use-dataBinding-and-DependencyProperty-with-a-non-WPF-or-extern-object#comment-form http://blog.lexique-du-net.com/index.php?post/2009/04/10/Use-dataBinding-and-DependencyProperty-with-a-non-WPF-or-extern-object#comment-form http://feeds.feedburner.com/JonathanAntoine/comments/20