Stories recently tagged with 'Animation'

Building Advanced 3D Animations with Silverlight 2.0(msdn.microsoft.com)

submitted by JemmJemm(9604) 3 years, 6 months ago

"I think the best way to come to grips with a new technology is to have a little fun with it. So when the Silverlight 1.1 alpha was released and I saw the exciting presentation by Tim Sneath at the IMT conference in Dublin, I decided to throw together a little educational application demonstrating how various 3D shapes (called polyhedra) can be assembled by folding a flat template. Silverlight doesn't support 3D by default, so this involved building an emulation of the DirectX® math libraries to do the 3D stuff." read more...

1 comment |category: |Views: 49

tags: another

Convet an excel graph to a dynamic graph in Silverlight (tutorial)(wpf-graphics.com)

submitted by abenedikabenedik(225) 3 years, 9 months ago

See how to convert an excel graph with Paste2Xaml to a Silverlight application. To show the power of Silverlight we add a starup animation and a dynamicaly showing graph data on moving the mouse over graph's bars. The tutorial can be also used for WPF applications. read more...

add a comment |category: |Views: 502

tags: another

Under the hood with ASP.NET AJAX Animations - Part 4 (How ASP.NET AJAX(ben-rush.net)

submitted by qwendeqwende(70) 4 years, 6 months ago

Under the hood with ASP.NET AJAX Animations - How ASP.NET AJAX Animations work read more...

add a comment |category: |Views: 25

tags: another

Under the hood with ASP.NET AJAX Animations - Part 3(ben-rush.net)

submitted by qwendeqwende(70) 4 years, 6 months ago

Under the hood with ASP.NET AJAX Animations - Part 3 read more...

add a comment |category: |Views: 13

tags: another

Under the hood with ASP.NET AJAX Animations - Part 2(ben-rush.net)

submitted by qwendeqwende(70) 4 years, 6 months ago

Under the hood with ASP.NET AJAX Animations - Part 2 read more...

add a comment |category: |Views: 13

tags: another

Introduction to WPF Animations(dotnetslackers.com)

submitted by sonukapoorsonukapoor(1372) 4 years, 8 months ago

WPF is a new framework that has many advanced capabilities. Animations are one of those capabilities, where an object can be animated via rotating, stretching, scaling, moving it across the screen, changing its color, etc. This article will show some of the basic animations. read more...

add a comment |category: |Views: 10

tags: another

WPF Timer Animation Example(thewpfblog.com)

submitted by ekampfekampf(3195) 4 years, 9 months ago

Simple example which uses a DispatcherTimer to call a function at 30 frames per second. The function uses value-based animation to move an orb randomly around the screen. With this implementation, the animation should never run faster than 30 fps but it will run slower if system resources decrease. read more...

add a comment |category: |Views: 1007

tags: another

Using MS Ajax Animations From the Client-Side (blogs.msdn.com)

submitted by PhaniRajPhaniRaj(360) 4 years, 10 months ago

We will talk about how to use the MS-Ajax Animation Framework without any server-side code. The sample completely illustrates how to instantiate and use the Animation Controls by including the proper script references. read more...

add a comment |category: |Views: 7

tags: another

Basic Animations Using Microsoft Ajax (blogs.msdn.com)

submitted by PhaniRajPhaniRaj(360) 5 years ago

Basic Animations Using Microsoft Ajax read more...

add a comment |category: |Views: 13

tags: another

Assigning Animations to Client-Side Controls Using Microsoft Ajax (blogs.msdn.com)

submitted by PhaniRajPhaniRaj(360) 5 years ago

Assigning Animations to Client-Side Controls Using Microsoft Ajax Control ToolKit read more...

add a comment |category: |Views: 8

tags: another

Examine animated Gif’s in C#(madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 5 years, 3 months ago

Examine a Gif-file and determine if it is animated, how long the animation is and whether or not it is looped. read more...

add a comment |category: |Views: 78

tags: another