https://bugzilla.novell.com/show_bug.cgi?id=388746
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=388746#c1 --- Comment #1 from Sebastien Pouliot <[EMAIL PROTECTED]> 2008-05-09 09:16:02 MST --- Silverlight does not like having 2 elements with the same name (right) but even renamed this does not work. <DoubleAnimation x:Name="wait" Storyboard.TargetName="rect" Storyboard.TargetProperty="(Canvas.Width)" By="0" BeginTime="00:00:0" Duration="00:00:1"/> <DoubleAnimation x:Name="right" Storyboard.TargetName="rect" Storyboard.TargetProperty="(Canvas.Left)" By="500" BeginTime="00:00:0" Duration="00:00:0.2"/> A rename (to "wait") *and* change TargetProperty to Canvas.Width (well not Canvas.Left again) will make the animation (kind of) works. Now the results, on Silverlight, are not always identical (bug). Sometimes it works as expected but other times the "end" position of the red square if a bit down (and/or) a bit right to the expected place. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
