Showing 701 of 9,653 total issues
Function easeInOutCubic
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
easeInOutCubic: function (x, t, b, c, d) {
Function easeInSine
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
easeInSine: function (x, t, b, c, d) {
Function easeInCirc
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
easeInCirc: function (x, t, b, c, d) {
Function easeInOutElastic
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
easeInOutElastic: function (x, t, b, c, d) {
Function easeInOutBounce
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
easeInOutBounce: function (x, t, b, c, d) {
Function add
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
add: function(element, interval, label, fn, times) {
Function _initSlides
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function _initSlides( $tos, $anchors, $wrpr, $sldr, opts )
Function animate
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function animate( $element, properties, direct, callback, easing )
Function easeInBounce
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
easeInBounce: function (x, t, b, c, d) {
Function easeInExpo
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
easeInExpo: function (x, t, b, c, d) {
Function easeOutElastic
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
easeOutElastic: function (x, t, b, c, d) {
Function easeOutExpo
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
easeOutExpo: function (x, t, b, c, d) {
Function easeInOutCirc
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
easeInOutCirc: function (x, t, b, c, d) {
Function easeOutBounce
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
easeOutBounce: function (x, t, b, c, d) {
Function _initSlidesFromContent
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function _initSlidesFromContent( $tos, $anchors, $wrpr, $sldr, opts )
Function _initSlidesFromAnchors
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function _initSlidesFromAnchors( $tos, $anchors, $wrpr, $sldr, opts )
Function easeOutCubic
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
easeOutCubic: function (x, t, b, c, d) {
Function toggleMode
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
$.fn.toggleMode = function($mg,mode,current,o,incfactor){
Function easeInCubic
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
easeInCubic: function (x, t, b, c, d) {
Function easeOutSine
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
easeOutSine: function (x, t, b, c, d) {