Based on my knowledge, I think we cannot achieve what you want.In deed, you should add an animation. To add the Animation , please reference this thread and here is a pretty good sample which
shows how to add Animation to ModalPopupExtender. Thanks.
Best regards,
Jonathan
Please mark the replies as answers if they help or unmark if not.
If you have any feedback about my replies, please contact msdnmg@microsoft.com.
Microsoft One Code Framework
What do you mean "i should add an animation?" HoverMenu already imlements OnShow and OnHide animations and I just want to use it. I think it is just a bug somewhere in HoverMenu and it would be pefect to get a workaround of it. And of course I hope it will
be fixed in next release.
This should work because when a hover menu is being shown, the default visibility is 0. So you have to make it visible oneway or another so the code above should work. I just tried it out. Good luck
Alexey shirs...
Member
8 Points
20 Posts
HoverMenu with animations
Oct 17, 2007 09:46 AM|LINK
Hi!
Can anybody explain how to use animations with HoverMenuExtender. I cann't make it works.
For example, I just replace
code in hovermenu.aspx file in SimplesWebSite with
Alexey shirs...
Member
8 Points
20 Posts
Re: HoverMenu with animations
Oct 17, 2007 06:30 PM|LINK
Up
Jonathan She...
All-Star
31269 Points
3445 Posts
Re: HoverMenu with animations
Oct 23, 2007 05:20 AM|LINK
Hi Alexey,
Based on my knowledge, I think we cannot achieve what you want.In deed, you should add an animation. To add the Animation , please reference this thread and here is a pretty good sample which shows how to add Animation to ModalPopupExtender. Thanks.
Best regards,
Jonathan
If you have any feedback about my replies, please contact msdnmg@microsoft.com.
Microsoft One Code Framework
Alexey shirs...
Member
8 Points
20 Posts
Re: HoverMenu with animations
Oct 24, 2007 06:10 AM|LINK
Thank you.
What do you mean "i should add an animation?" HoverMenu already imlements OnShow and OnHide animations and I just want to use it. I think it is just a bug somewhere in HoverMenu and it would be pefect to get a workaround of it. And of course I hope it will be fixed in next release.
BTW, I open bug on codeplex - http://www.codeplex.com/AtlasControlToolkit/WorkItem/View.aspx?WorkItemId=13380.
augstine
Member
2 Points
1 Post
Re: HoverMenu with animations
Nov 21, 2007 05:00 AM|LINK
<Animations>
<OnShow>
<Sequence>
<HideAction Visible="true" />
<FadeIn Duration="0.5" />
</Sequence>
</OnShow>
<OnHide>
<FadeOut Duration="0.5" />
</OnHide>
</Animations>
This should work because when a hover menu is being shown, the default visibility is 0. So you have to make it visible oneway or another so the code above should work. I just tried it out. Good luck
soft2creativ...
Member
21 Points
31 Posts
Re: HoverMenu with animations
Jul 27, 2012 05:12 AM|LINK
thanks it works
Harsh Mittal
8053536111
9354891238
info@soft2creative.com