PDA

View Full Version : Minimum visual effects



si-rus
27 Oct 2007, 6:18 AM
How select minimum or custom visual effects ?... may be it's lighten of client ...
Thanks

tryanDLS
27 Oct 2007, 6:41 AM
I don't understand your question. What are you trying to do?

si-rus
27 Oct 2007, 8:46 AM
Can I disable shadows, opacity and other heavy effects as default for all components?

brian.moeskau
27 Oct 2007, 2:12 PM
For shadows, you would have to specify the shadow config per object instance or apply an override to each class that you want to affect globally. For opacity, you'd have to hack up the CSS.

But really, shadows and opacity are not very heavy. Opacity is just a CSS setting, and shadows are disabled while dragging and only displayed once when a window is positioned. So you wouldn't be saving much by disabling them. The images themselves get cached after initial load.

si-rus
28 Oct 2007, 6:39 AM
Thanks for your answer,

At use of a plenty of components - the GUI of web application awfully heavy... Whether there is any opportunity to lighten it?