diff --git a/build/less/modules/transition.js b/build/less/modules/transition.js
index 325c4273d..d1e7a6dba 100644
--- a/build/less/modules/transition.js
+++ b/build/less/modules/transition.js
@@ -621,7 +621,7 @@ $.fn.transition.settings = {
// animation complete event
complete : function() {},
- // animation duration (useful only with future js animations)
+ // animation duration
animation : 'fade',
duration : '700ms',
diff --git a/build/minified/modules/transition.js b/build/minified/modules/transition.js
index 325c4273d..d1e7a6dba 100644
--- a/build/minified/modules/transition.js
+++ b/build/minified/modules/transition.js
@@ -621,7 +621,7 @@ $.fn.transition.settings = {
// animation complete event
complete : function() {},
- // animation duration (useful only with future js animations)
+ // animation duration
animation : 'fade',
duration : '700ms',
diff --git a/build/uncompressed/modules/transition.js b/build/uncompressed/modules/transition.js
index 325c4273d..d1e7a6dba 100644
--- a/build/uncompressed/modules/transition.js
+++ b/build/uncompressed/modules/transition.js
@@ -621,7 +621,7 @@ $.fn.transition.settings = {
// animation complete event
complete : function() {},
- // animation duration (useful only with future js animations)
+ // animation duration
animation : 'fade',
duration : '700ms',
diff --git a/node/src/documents/modules/form.html.eco b/node/src/documents/modules/form.html.eco
index 0098feece..87079ed3a 100755
--- a/node/src/documents/modules/form.html.eco
+++ b/node/src/documents/modules/form.html.eco
@@ -16,7 +16,8 @@ type : 'UI Behavior'
@@ -231,6 +232,41 @@ type : 'UI Behavior'
+
+
+ All the following behaviors can be called using the syntax $('.foo').form('behavior name', argumentOne, argumentTwo)
+
+
+
+ submit |
+ Submits selected form |
+
+
+ validate form |
+ Validates form and calls onSuccess or onFailure |
+
+
+ get change event |
+ gets browser property change event |
+
+
+ get field(id) |
+ Returns element with maching name, id, or data-validate metadata to ID |
+
+
+ get validation(element) |
+ Returns validation rules for a given field |
+
+
+ has field(identifier) |
+ Returns whether a field exists |
+
+
+ add errors(errors) |
+ Adds errors to form, given an array errors |
+
+
+
+
+ repaint |
+ Triggers reflow on element |
+
+
+ looping |
+ Enables animation looping |
+
+
+ remove looping |
+ Removes looping state from element |
+
+
+ stop |
+ Stops current transition |
+
+
+ start |
+ Restarts a stopped transition |
+
+
+ toggle |
+ Toggles current transition on/off |
+
+
+ duration(duration) |
+ Modifies element animation duration |
+
+
+ save conditions |
+ Saves all class names and styles to cache to be retrieved after animation |
+
+
+ restore conditions |
+ Adds back cached names and styles to element |
+
+
+ get animation name |
+ Returns vendor prefixed animation property for animationname |
+
+
+ get animation event |
+ Returns vendor prefixed animation property for animationend |
+
+
+ is animating |
+ Returns whether transition is currently occurring |
+
+
+ is looping |
+ Returns whether animation looping is set |
+
+
+ is visible |
+ Returns whether element is visible |
+
+
+
+
+
+
+
+ Setting |
+ Default |
+ Description |
+
+
+
+ animation |
+ fade |
+ Named animation event to used. Must be defined in css. |
+
+
+ duration |
+ 700ms |
+ Duration of the css transition animation |
+
+
+ queue |
+ true |
+ Whether to automatically queue animation if another is occurring |
+
+
+
+
+
+
+
+
+
+
+ Setting |
+ Context |
+ Description |
+
+
+
+ complete |
+ transitioned element |
+ Callback on each transition complete |
+
+
+
+
+
+
+
+
+
+ Setting |
+ Default |
+ Description |
+
+
+
+ namespace |
+ transition |
+ Event namespace. Makes sure module teardown does not effect other events attached to an element. |
+
+
+ className |
+
+
+ className : {
+ animating : 'animating',
+ disabled : 'disabled',
+ hidden : 'hidden',
+ inward : 'in',
+ loading : 'loading',
+ looping : 'looping',
+ outward : 'out',
+ transition : 'ui transition',
+ visible : 'visible'
+ }
+
+ |
+ Class names used to attach style to state |
+
+
+
+
+
+
+
+
+
+
+ Setting |
+ Default |
+ Description |
+
+
+
+ name |
+ Transition |
+ Name used in debug logs |
+
+
+ debug |
+ True |
+ Provides standard debug output to console |
+
+
+ performance |
+ True |
+ Provides standard debug output to console |
+
+
+ verbose |
+ True |
+ Provides ancillary debug output to console |
+
+
+ errors |
+
+
+ errors : {
+ noAnimation : 'There is no css animation matching the one you specified.',
+ method : 'The method you called is not defined'
+ }
+
+ |
+
+
+
+
+
diff --git a/node/src/files/build/less/modules/transition.js b/node/src/files/build/less/modules/transition.js
index 325c4273d..d1e7a6dba 100644
--- a/node/src/files/build/less/modules/transition.js
+++ b/node/src/files/build/less/modules/transition.js
@@ -621,7 +621,7 @@ $.fn.transition.settings = {
// animation complete event
complete : function() {},
- // animation duration (useful only with future js animations)
+ // animation duration
animation : 'fade',
duration : '700ms',
diff --git a/node/src/files/build/minified/modules/transition.js b/node/src/files/build/minified/modules/transition.js
index 325c4273d..d1e7a6dba 100644
--- a/node/src/files/build/minified/modules/transition.js
+++ b/node/src/files/build/minified/modules/transition.js
@@ -621,7 +621,7 @@ $.fn.transition.settings = {
// animation complete event
complete : function() {},
- // animation duration (useful only with future js animations)
+ // animation duration
animation : 'fade',
duration : '700ms',
diff --git a/node/src/files/build/uncompressed/modules/transition.js b/node/src/files/build/uncompressed/modules/transition.js
index 325c4273d..d1e7a6dba 100644
--- a/node/src/files/build/uncompressed/modules/transition.js
+++ b/node/src/files/build/uncompressed/modules/transition.js
@@ -621,7 +621,7 @@ $.fn.transition.settings = {
// animation complete event
complete : function() {},
- // animation duration (useful only with future js animations)
+ // animation duration
animation : 'fade',
duration : '700ms',
diff --git a/src/modules/transition.js b/src/modules/transition.js
index 325c4273d..d1e7a6dba 100755
--- a/src/modules/transition.js
+++ b/src/modules/transition.js
@@ -621,7 +621,7 @@ $.fn.transition.settings = {
// animation complete event
complete : function() {},
- // animation duration (useful only with future js animations)
+ // animation duration
animation : 'fade',
duration : '700ms',