sebastian-software/core

View on GitHub
source/class/core/effect/Animate.js

Summary

Maintainability
B
4 hrs
Test Coverage

Function start has 57 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        start: function(stepCallback, verifyCallback, completedCallback, duration, easingMethod, root)
        {
            var start = time();
            var lastFrame = start;
            var percent = 0;
Severity: Major
Found in source/class/core/effect/Animate.js - About 2 hrs to fix

    Function step has 35 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

                var step = function(virtual)
                {
                    // Normalize virtual value
                    var render = virtual !== true;
    
    
    Severity: Minor
    Found in source/class/core/effect/Animate.js - About 1 hr to fix

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

              start: function(stepCallback, verifyCallback, completedCallback, duration, easingMethod, root)
      Severity: Minor
      Found in source/class/core/effect/Animate.js - About 45 mins to fix

        There are no issues that match your filters.

        Category
        Status