From 5732a8ffc8346b4f41285fa307377f40614c3860 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Thu, 26 Feb 2015 19:49:18 +0100 Subject: [PATCH] Spy some more jQuery functions : animations --- .../custom_modules/modules/jQYLT/jQYLT.js | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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