spritejs/sprite-core

View on GitHub
src/modules/animation/index.js

Summary

Maintainability
A
1 hr
Test Coverage

Function transition has 54 lines of code (exceeds 50 allowed). Consider refactoring.
Open

  transition(sec, easing = 'linear', isStyleAnim = false) {
    const that = this,
      _animation = Symbol('animation');

    easing = easing || 'linear';
Severity: Major
Found in src/modules/animation/index.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status