beavyHQ/beavy

View on GitHub
beavy/jsbeavy/styles/bourbon/addons/_timing-functions.scss

Summary

Maintainability
Test Coverage

1.000 should be written without the mantissa as 1
Open

$ease-out-quint:    cubic-bezier(.230, 1.000, .320, 1.000);

1.000 should be written without the mantissa as 1
Open

$ease-in-out-expo:  cubic-bezier(1.000, .000, .000, 1.000);

1.000 should be written without the mantissa as 1
Open

$ease-out-expo:     cubic-bezier(.190, 1.000, .220, 1.000);

1.000 should be written without the mantissa as 1
Open

$ease-in-out-expo:  cubic-bezier(1.000, .000, .000, 1.000);

1.000 should be written without the mantissa as 1
Open

$ease-out-expo:     cubic-bezier(.190, 1.000, .220, 1.000);

1.000 should be written without the mantissa as 1
Open

$ease-in-out-cubic: cubic-bezier(.645, .045, .355, 1.000);

1.000 should be written without the mantissa as 1
Open

$ease-out-cubic:    cubic-bezier(.215, .610, .355, 1.000);

1.000 should be written without the mantissa as 1
Open

$ease-in-out-quart: cubic-bezier(.770, .000, .175, 1.000);

1.000 should be written without the mantissa as 1
Open

$ease-out-circ:     cubic-bezier(.075, .820, .165, 1.000);

1.000 should be written without the mantissa as 1
Open

$ease-in-out-quint: cubic-bezier(.860, .000, .070, 1.000);

1.000 should be written without the mantissa as 1
Open

$ease-out-quart:    cubic-bezier(.165, .840, .440, 1.000);

1.000 should be written without the mantissa as 1
Open

$ease-out-quint:    cubic-bezier(.230, 1.000, .320, 1.000);

1.000 should be written without the mantissa as 1
Open

$ease-out-sine:     cubic-bezier(.390, .575, .565, 1.000);

There are no issues that match your filters.

Category
Status