Is there a way to disable all PrimeFaces animations?

Mateus Viccari

I know I can disable the animations in every component, for example:

<p:selectOneMenu effect="none">...

But this way I would have to do it manually for every component... Is there a way to do this only once an apply it for every component which supports animation?

Mateus Viccari

nevermind, just found out that primefaces is based upon jquery UI. And searching for "disable all animations in jquery ui" i found this solution: Just execute this javascript in the bottom of the load order:

$.fx.off = true;

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Java

How to filter/disable a scalac option for all subprojects in SBT in a DRY way

From Dev

PrimeFaces inputText enable/disable

From Dev

Kendo scheduler, disable animations

From Dev

Is there a way to disable all animations on ios?

From Dev

Enable/Disable columns in dataTable PrimeFaces

From Dev

Is there a reliable way to detect when all animations for a given element and its children are completed?

From Dev

In react.js is there any way to disable all children events

From Dev

Disable "Choose" button fileUpload in primefaces

From Dev

How to disable all animations in ios simulator

From Dev

Is there a good way to disable all plugins in vim for a single file?

From Dev

CATextLayer - how to disable implicit animations?

From Dev

disable/ enable primefaces components

From Dev

angular Animations not working at all

From Dev

What is the best way to disable all internet abilities on a laptop?

From Dev

Disable animations in office 365

From Dev

How to disable/enable a button (primefaces)?

From Dev

Kendo scheduler, disable animations

From Dev

Enable / Disable command button primefaces

From Dev

How to disable all animations in ios simulator

From Dev

Is there a way to quickly delete/disable ALL scheduled Tasks?

From Dev

Disable CSS animations on Firefox

From Dev

CATextLayer - how to disable implicit animations?

From Dev

disable/ enable primefaces components

From Dev

How to disable all Unity animations?

From Dev

How to disable animations in Ubuntu 16.04

From Dev

disable sorting in lineChart series in Primefaces?

From Dev

Disable Windows animations for a single user

From Dev

Office Outlook, disable GIF animations

From Dev

How to disable entire Primefaces dataTable

Related Related

HotTag

Archive