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).
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) andquality
(how detailed/smooth the spring easing should be).easing
spring(1, 100, 10, 0)
numPoints
50
decimal
3
quality
0.85