Initializing the FROM value of a Silverlight 2 Animation

Recently, I was attempting to create my own popup dialog. I had specific requirements in mind for this dialog, including:  I wanted to animate the Width/Height from 0x0 to the ActualWidth/ActualHeight I wanted to animate the Opacity from 0 to 1 I wanted to animate the Top/Left properties from the point of mouse click (an…