If I attach the AnimationExtender to a label control in firefox it works fine but in IE 8 in compatiablity mode or any other mode it does not work ar all.
I have tried the ForceLayoutInIE="true" with no success. This has been a problem for a long time and it needs to be fixed.
My Code:
<asp:Label ID="Label1" runat="server" Text="Label"></asp:Label>
<cc1:AnimationExtender ID="Label1_AnimationExtender" runat="server" Enabled="True"
TargetControlID="TextBox1">
<Animations>
<OnLoad>
<Sequence>
<Pulse Duration="2.0" />
<FadeOut Duration="3.0" Fps="20" ForceLayoutInIE="true" />
</Sequence>
</OnLoad>
</Animations>
</cc1:AnimationExtender>
Comments: Would you provide a complete sample project?
I have tried the ForceLayoutInIE="true" with no success. This has been a problem for a long time and it needs to be fixed.
My Code:
<asp:Label ID="Label1" runat="server" Text="Label"></asp:Label>
<cc1:AnimationExtender ID="Label1_AnimationExtender" runat="server" Enabled="True"
TargetControlID="TextBox1">
<Animations>
<OnLoad>
<Sequence>
<Pulse Duration="2.0" />
<FadeOut Duration="3.0" Fps="20" ForceLayoutInIE="true" />
</Sequence>
</OnLoad>
</Animations>
</cc1:AnimationExtender>
Comments: Would you provide a complete sample project?