You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by sm...@apache.org on 2014/09/03 16:06:23 UTC

svn commit: r1622260 - in /pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra: TerraTheme_dark.json TerraTheme_default.json

Author: smartini
Date: Wed Sep  3 14:06:23 2014
New Revision: 1622260

URL: http://svn.apache.org/r1622260
Log:
PIVOT-956, add flag to disable Transitions, but keep the value true (transitions enabled) as before.

Modified:
    pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTheme_dark.json
    pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTheme_default.json

Modified: pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTheme_dark.json
URL: http://svn.apache.org/viewvc/pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTheme_dark.json?rev=1622260&r1=1622259&r2=1622260&view=diff
==============================================================================
--- pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTheme_dark.json (original)
+++ pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTheme_dark.json Wed Sep  3 14:06:23 2014
@@ -22,6 +22,8 @@
 
     themeIsFlat: false,
 
+    transitionEnabled: true,
+
     colors: [
         "#f5f5f5",
         "#141414",

Modified: pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTheme_default.json
URL: http://svn.apache.org/viewvc/pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTheme_default.json?rev=1622260&r1=1622259&r2=1622260&view=diff
==============================================================================
Binary files - no diff available.