|
@ -800,7 +800,7 @@ $.fn.transition.settings = { |
|
|
// possible errors
|
|
|
// possible errors
|
|
|
error: { |
|
|
error: { |
|
|
noAnimation : 'There is no css animation matching the one you specified.', |
|
|
noAnimation : 'There is no css animation matching the one you specified.', |
|
|
repeated : 'You specified the same animation to occur again while it was already occurring, preventing repeated animation', |
|
|
|
|
|
|
|
|
repeated : 'That animation is already occurring, cancelling repeated animation', |
|
|
method : 'The method you called is not defined', |
|
|
method : 'The method you called is not defined', |
|
|
support : 'This browser does not support CSS animations' |
|
|
support : 'This browser does not support CSS animations' |
|
|
} |
|
|
} |
|
|