diff --git a/lib/tools/phantomas/custom_modules/modules/jQYLT/jQYLT.js b/lib/tools/phantomas/custom_modules/modules/jQYLT/jQYLT.js index c4a962d..9d682f7 100644 --- a/lib/tools/phantomas/custom_modules/modules/jQYLT/jQYLT.js +++ b/lib/tools/phantomas/custom_modules/modules/jQYLT/jQYLT.js @@ -55,6 +55,19 @@ exports.module = function(phantomas) { 'scrollLeft', 'scrollTop', + // Animations + 'hide', + 'show', + 'toggle', + 'animate', + 'fadeIn', + 'fadeOut', + 'fadeTo', + 'fadeToggle', + 'slideDown', + 'slideUp', + 'slideToggle', + // generic events 'on', 'off', @@ -91,7 +104,6 @@ exports.module = function(phantomas) { 'scroll', 'select', 'submit', - 'toggle', 'unload', // attributes