Spy some more jQuery functions : animations
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user