poly.exponent(e) Returns a new polynomial easing with the specified exponent e. For example, to create equivalents
d3.easeBack(t) d3.easeBackInOut(t) Symmetric anticipatory easing; scales
d3.easeQuadOut(t) Reverse quadratic easing; equivalent to 1 -
d3.easeElasticInOut(t) Symmetric elastic easing; scales
ease(t) Given the specified normalized time t, typically in the range [0,1], returns the “eased” time tʹ, also
d3.easeBounceInOut(t) Symmetric bounce easing; scales
d3.easePoly(t) d3.easePolyInOut(t) Symmetric polynomial easing; scales
d3.easeElasticIn(t) Elastic easing, like a rubber band. The
d3.easeBackOut(t) Reverse anticipatory easing; equivalent to 1 -
d3.easeCircleIn(t) Circular easing.
Page 2 of 4