Ajax animation: Interpolated, question

B

Bjorn Sagbakken

I am using an Ajax animation method: Interpolated with the intention of
raising a button from flat look to outset mode on mouse hover over the
button. With the code below I get a client side error. I have suspicion to
the Property value, witch may not be "style" since the button has no style
property. Hovewer, I am not sure what value to use. Anyone with an idea?

<cc1:AnimationExtender ID="AnimationExtender2" runat="server"
TargetControlID="Button2">
<Animations>
<OnHoverOver>
<Interpolated Duration=".2" Fps="20" StartValue="None"
EndValue="Outset" Property="style" propertyKey="BorderStyle" />
</OnHoverOver>
</Animations>
</cc1:AnimationExtender>

Bjorn
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,056
Latest member
GlycogenSupporthealth

Latest Threads

Top