This is a migrated thread and some comments may be shown as answers.

Animation

5 Answers 55 Views
Idea and Feedback Management
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
sitefinitysteve asked on 22 Dec 2011, 03:59 PM
So prob just some jquery somewhere, but I could do without the fade-in animation every postback

Is that easily removed by any chance?

5 Answers, 1 is accepted

Sort by
0
Accepted
David Harris
Telerik team
answered on 23 Dec 2011, 09:08 PM
Hi Steve,

You are right, the fade is a basic jquery animation. If you want to remove the fade in animation from the feedback portal list within your own environment, you can do so by following these instructions:

IMPORTANT: Please back up any files before modifying them, in case something goes wrong.

IMPORTANT: All changes made to source files will be overwritten the next time TeamPulse is updated via the installer.

  1. On your TeamPulse host web server, open for edit the file ~\TeamPulse\FeedbackPortal\Views\Feedback\FeedbackList.cshtml
  2. Do a "find" operation for the word "fade". There should be one instance, on the last line of a function called onDataBound()
  3. Replace the line
    $('#Grid').fadeIn('slow');
    with
    $('#Grid').show();
  4. Save the file.

That should be it, you will no longer see the fade-in when results are shown no the portal.

Regards,
David Harris
the Telerik team
New TeamPulse release is here!
Want to know what’s New and how TeamPulse could help you better tight with your clients?
Reserve a seat for the TeamPulse R3 Webinar today!
0
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
answered on 02 Jan 2012, 09:21 PM
Thanks much :D
0
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
answered on 07 May 2012, 04:44 AM
Now that we have the cool new customization area, could you guys please put in a checkbox to enable\disable the animation?
0
Accepted
Georgi
Telerik team
answered on 07 May 2012, 09:38 AM
Hi,

After considering your suggestion we decided to remove the animation at all :)

It was added it to make it more visible that there are new results showing when the results grid is rebinded. But it actually proved to be not that helpful.

So this will be the new default behavior for the next release.

Greetings,
Georgi
the Telerik team
0
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
answered on 07 May 2012, 01:46 PM
Oh good!
Tags
Idea and Feedback Management
Asked by
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
Answers by
David Harris
Telerik team
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
Georgi
Telerik team
Share this question
or