Showing posts with label Preloader. Show all posts
Showing posts with label Preloader. Show all posts

Tuesday, January 24, 2012

Preloader in Silverlight (Part III) : Bottle filling up animation

Many a times we come across a situation where we need to create an attractive preloader which resembles filling up of a bottle. For eg. If you have a site for some beverage company, it makes complete sense to create its preloader in the form of a bottle filling up to the top. This will be equally creative and will keep the users attention while your service is busy doing the usual data pick up tasks.


Creating a bottle filling up animation is quite simple. All you have to do it show the user that something is going up the bottle. Though you may choose several ways to show this, I choose the simplest way of changing the color of the liquid (path) inside the bottle from transparent to yellow.


First we need an empty bottle. You may get a png empty bottle image for this. I have created a path for this. It is easily created in Expression Design. You may check out my last post to see how we can create complex paths. My path will look like this,




Once my bottle was ready i created one more path in the shape of the bottle till the neck which had a Z-Index lesser than the bottle. This path will act as my liquid inside.


To create a liquid rising effect I filled the path with a LinearGradientBrush, with one gradient stop completely transparent and other gradient stop with a golden yellow color. I just changed the gradient stops gradually which gave the liquid rising effect.




The whole animation was as simple as changing the color stops. J


All you need to create an animation is just imagination. You may download the application from here



Tuesday, February 9, 2010

Preloader in Silverlight (Part II)

In my previous post I showed you how to create simple preloader. Let’s take it to the next level and create a circular preloader. Circular preloaders are very common and can be seen everywhere. You can Download Source Code here and use it as a usercontrol in your project or add it as a new project. Now keep your users busy watching your animation while you are busy fetching data! Keep watching this space for more such preloaders.


Sunday, December 20, 2009

Preloader in Silverlight

Preloaders are those special and small animations which makes the user still stay at your page, when data is retrieved and when there is nothing to be displayed. These small packets of animation can be simple and at the same time can be very creative. Preloaders can actually show how creative or how funny or how professional your website or application is.They actually does add lots of XP's to your app.

You can check this site for some really funny and creative Flash based preloders . Here is one such simple and very common preloader. You may add this as a seperate xap in your project or just copy the xaml into your project. Keep watching this space for more such preloaders.
 Download source code here.