Unplanned
Last Updated: 16 Jun 2021 15:09 by ADMIN
Sasan
Created on: 30 Nov 2018 11:51
Category: Popup
Type: Feature Request
5
Option to disable the animations of the Popup globally
Please provide an option to be able to disable the animations of all Popup instances globally.


2 comments
ADMIN
Svet
Posted on: 08 Jan 2019 09:50
Hi,

At the moment, there is no feature, that allows to disable the animations of all Popups. Instead, what could be done is to use Angular's NoopAnimationsModule instead of BrowserAnimationsModule. This will disable all animations (not just the ones related to the Popups):
https://stackblitz.com/edit/angular-veipjp?file=app%2Fdropdowns.module.ts

Another approach to disable the animations for specific DropDown component globally is to use a custom wrapper component, that holds the desired DropDown component and by default set the animate property of the [popupSettings] input property to false.

I hope this helps. 

Regards,
Svetlin
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
shahar
Posted on: 02 Jan 2019 07:13

On IE 11, the animations lead to EXTREME performance degradation.

Is there an option to disable the animations using SCSS variables or CSS overriding?