Sunday, February 6, 2011

UpdatePanelAnimationExtender FadeIn FadeOut problem-page resize issue

Basically the problem is after animation worked page is not resize properly.what i did is put div tag name it as rightContainer and place the code whithing it what i need to update.Then Set the  AnimationTarget="rightContainer".

Here the Code.

<FadeIn AnimationTarget="rightContainer" minimumOpacity=".6" />
<
FadeOut AnimationTarget="rightContainer" minimumOpacity=".6" />

No comments:

Post a Comment

TinyMCE Insert/Edit link not editable

 To fix this add  e.stopImmediatePropagation()  as below. $(document).on('focusin', function (e) {             if ($(e.target).close...