growInX
Previous
fadeOut
Next
growInY
Loading...
growInX is a matrix animation where containers scale along the x-direction, commonly used for G.Group container animations. It affects the graphic's transform.scale property.
chart.options({type: 'interval',/* ... */animate: { enter: { type: 'growInX' } },});