IconoclastLabs/MotionMeetup

View on GitHub

Showing 32 of 37 total issues

`` 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);
Severity: Minor
Found in app/assets/javascripts/easing.js - About 3 hrs to fix

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

        easeOutBack: function (x, t, b, c, d, s) {
    Severity: Minor
    Found in app/assets/javascripts/easing.js - About 45 mins to fix

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

          easeInBack: function (x, t, b, c, d, s) {
      Severity: Minor
      Found in app/assets/javascripts/easing.js - About 45 mins to fix

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

            easeInOutBack: function (x, t, b, c, d, s) {
        Severity: Minor
        Found in app/assets/javascripts/easing.js - About 45 mins to fix

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

              easeInOutQuint: function (x, t, b, c, d) {
          Severity: Minor
          Found in app/assets/javascripts/easing.js - About 35 mins to fix

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

                easeInOutElastic: function (x, t, b, c, d) {
            Severity: Minor
            Found in app/assets/javascripts/easing.js - About 35 mins to fix

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

                  easeInOutQuad: function (x, t, b, c, d) {
              Severity: Minor
              Found in app/assets/javascripts/easing.js - About 35 mins to fix

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

                    easeInOutCirc: function (x, t, b, c, d) {
                Severity: Minor
                Found in app/assets/javascripts/easing.js - About 35 mins to fix

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

                      easeInQuart: function (x, t, b, c, d) {
                  Severity: Minor
                  Found in app/assets/javascripts/easing.js - About 35 mins to fix

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

                        easeInSine: function (x, t, b, c, d) {
                    Severity: Minor
                    Found in app/assets/javascripts/easing.js - About 35 mins to fix

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

                          easeInCirc: function (x, t, b, c, d) {
                      Severity: Minor
                      Found in app/assets/javascripts/easing.js - About 35 mins to fix

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

                            swing: function (x, t, b, c, d) {
                        Severity: Minor
                        Found in app/assets/javascripts/easing.js - About 35 mins to fix

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

                              easeOutBounce: function (x, t, b, c, d) {
                          Severity: Minor
                          Found in app/assets/javascripts/easing.js - About 35 mins to fix

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

                                easeInOutBounce: function (x, t, b, c, d) {
                            Severity: Minor
                            Found in app/assets/javascripts/easing.js - About 35 mins to fix

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

                                  easeOutQuad: function (x, t, b, c, d) {
                              Severity: Minor
                              Found in app/assets/javascripts/easing.js - About 35 mins to fix

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

                                    easeOutQuart: function (x, t, b, c, d) {
                                Severity: Minor
                                Found in app/assets/javascripts/easing.js - About 35 mins to fix

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

                                      easeInQuint: function (x, t, b, c, d) {
                                  Severity: Minor
                                  Found in app/assets/javascripts/easing.js - About 35 mins to fix

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

                                        easeOutSine: function (x, t, b, c, d) {
                                    Severity: Minor
                                    Found in app/assets/javascripts/easing.js - About 35 mins to fix

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

                                          easeOutExpo: function (x, t, b, c, d) {
                                      Severity: Minor
                                      Found in app/assets/javascripts/easing.js - About 35 mins to fix

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

                                            easeOutCubic: function (x, t, b, c, d) {
                                        Severity: Minor
                                        Found in app/assets/javascripts/easing.js - About 35 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language