Backlog #2018
make sunstone animations configurable
Status: | Pending | Start date: | 05/10/2013 | |
---|---|---|---|---|
Priority: | Low | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Sunstone | |||
Target version: | - |
Description
Many dialog windows reveals with default animation (fadeAndPop).
Please make some way to configure it as user settings, with system default also.
As a workaround this patch works (after sunstone server restart):
diff --git a/src/sunstone/public/vendor/4.0/foundation/jquery.foundation.reveal.js b/src/sunstone/public/vendor/4.0/foundation/jquery.foundation index 4972931..ae63a52 100644 --- a/src/sunstone/public/vendor/4.0/foundation/jquery.foundation.reveal.js +++ b/src/sunstone/public/vendor/4.0/foundation/jquery.foundation.reveal.js @@ -54,7 +54,7 @@ * @type {String} * @default fadeAndPop */ - animation: 'fadeAndPop', + animation: 'none', /** * Speed at which the reveal should show. How fast animtions are. *
History
#1 Updated by Ruben S. Montero over 7 years ago
- Category set to Sunstone
#2 Updated by Ruben S. Montero over 7 years ago
- Tracker changed from Request to Backlog
- Priority changed from Normal to Low