Type alias TypeCSSEasingOptions

TypeCSSEasingOptions: {
    quality?: number;
} & TypeEasingOptions

CSS Spring Easing has 4 properties they are easing (all spring frame functions are supported), numPoints (the size of the Array the frmae function should create), decimal (the number of decimal places of the values within said Array) and quality (how detailed/smooth the spring easing should be).

Properties Default Value
easing spring(1, 100, 10, 0)
numPoints 50
decimal 3
quality 0.85

Generated using TypeDoc