angelakuo/citydogshare

View on GitHub
public/assets/materialize/jquery.easing.1.3-d5b95b9fc4fb169022b9626a89923093ead7141ec9fe981e173c4efc1207410f.js

Summary

Maintainability
D
2 days
Test Coverage

`` has 31 functions (exceeds 20 allowed). Consider refactoring.
Open

{
    def: 'easeOutQuad',
    swing: function (x, t, b, c, d) {
        //alert(jQuery.easing.default);
        return jQuery.easing[jQuery.easing.def](x, t, b, c, d);

    Function easeInOutBack has 6 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        easeInOutBack: function (x, t, b, c, d, s) {

      Function easeOutBack has 6 arguments (exceeds 4 allowed). Consider refactoring.
      Open

          easeOutBack: function (x, t, b, c, d, s) {

        Function easeInBack has 6 arguments (exceeds 4 allowed). Consider refactoring.
        Open

            easeInBack: function (x, t, b, c, d, s) {

          Function easeInOutQuint has 5 arguments (exceeds 4 allowed). Consider refactoring.
          Open

              easeInOutQuint: function (x, t, b, c, d) {

            Function easeInExpo has 5 arguments (exceeds 4 allowed). Consider refactoring.
            Open

                easeInExpo: function (x, t, b, c, d) {

              Function easeInOutElastic has 5 arguments (exceeds 4 allowed). Consider refactoring.
              Open

                  easeInOutElastic: function (x, t, b, c, d) {

                Function easeInCubic has 5 arguments (exceeds 4 allowed). Consider refactoring.
                Open

                    easeInCubic: function (x, t, b, c, d) {

                  Function easeOutQuart has 5 arguments (exceeds 4 allowed). Consider refactoring.
                  Open

                      easeOutQuart: function (x, t, b, c, d) {

                    Function easeInSine has 5 arguments (exceeds 4 allowed). Consider refactoring.
                    Open

                        easeInSine: function (x, t, b, c, d) {

                      Function easeInQuad has 5 arguments (exceeds 4 allowed). Consider refactoring.
                      Open

                          easeInQuad: function (x, t, b, c, d) {

                        Function easeInOutSine has 5 arguments (exceeds 4 allowed). Consider refactoring.
                        Open

                            easeInOutSine: function (x, t, b, c, d) {

                          Function easeOutSine has 5 arguments (exceeds 4 allowed). Consider refactoring.
                          Open

                              easeOutSine: function (x, t, b, c, d) {

                            Function easeInOutBounce has 5 arguments (exceeds 4 allowed). Consider refactoring.
                            Open

                                easeInOutBounce: function (x, t, b, c, d) {

                              Function easeOutElastic has 5 arguments (exceeds 4 allowed). Consider refactoring.
                              Open

                                  easeOutElastic: function (x, t, b, c, d) {

                                Function easeInElastic has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                Open

                                    easeInElastic: function (x, t, b, c, d) {

                                  Function easeInBounce has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                  Open

                                      easeInBounce: function (x, t, b, c, d) {

                                    Function easeInOutExpo has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                    Open

                                        easeInOutExpo: function (x, t, b, c, d) {

                                      Function easeOutQuad has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                      Open

                                          easeOutQuad: function (x, t, b, c, d) {

                                        Function swing has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                        Open

                                            swing: function (x, t, b, c, d) {

                                          Function easeOutCubic has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                          Open

                                              easeOutCubic: function (x, t, b, c, d) {

                                            Function easeInOutCubic has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                            Open

                                                easeInOutCubic: function (x, t, b, c, d) {

                                              Function easeInOutQuad has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                              Open

                                                  easeInOutQuad: function (x, t, b, c, d) {

                                                Function easeInCirc has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                                Open

                                                    easeInCirc: function (x, t, b, c, d) {

                                                  Function easeOutBounce has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                                  Open

                                                      easeOutBounce: function (x, t, b, c, d) {

                                                    Function easeOutExpo has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                                    Open

                                                        easeOutExpo: function (x, t, b, c, d) {

                                                      Function easeInQuart has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                                      Open

                                                          easeInQuart: function (x, t, b, c, d) {

                                                        Function easeOutCirc has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                                        Open

                                                            easeOutCirc: function (x, t, b, c, d) {

                                                          Function easeInQuint has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                                          Open

                                                              easeInQuint: function (x, t, b, c, d) {

                                                            Function easeInOutCirc has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                                            Open

                                                                easeInOutCirc: function (x, t, b, c, d) {

                                                              Function easeInOutQuart has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                                              Open

                                                                  easeInOutQuart: function (x, t, b, c, d) {

                                                                Function easeOutQuint has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                                                Open

                                                                    easeOutQuint: function (x, t, b, c, d) {

                                                                  There are no issues that match your filters.

                                                                  Category
                                                                  Status