dalexhd/SteamSpeak

View on GitHub
packages/client/src/assets/utils/easing.js

Summary

Maintainability
A
2 hrs
Test Coverage

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

export default {
    name: 'easing',
    // no easing, no acceleration
    linear(t, b, c, d) {
        return (c * t) / d + b;
Severity: Minor
Found in packages/client/src/assets/utils/easing.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status