"Genie" animation effect in XAML
        Posted  
        
            by ScottCate
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by ScottCate
        
        
        
        Published on 2010-04-30T17:27:21Z
        Indexed on 
            2010/04/30
            17:57 UTC
        
        
        Read the original article
        Hit count: 352
        
What would the XAML look like to create a Genie animation effect? Take an object of any size/shape, and "Genie" it to another Minimized location. Kind of like the OSX window minimize. Maybe even a little fancier through a smoke-like effect where the path is more switch back, instead of a simple funnel (if that makes any sense).
I'm guessing that there is some sort of Path that could be drawn, and the shape could move and transform along that path. Just a wild guess.
Thanks for your ideas.
© Stack Overflow or respective owner