[name]

An object with various functions to assist with animations.

Methods

[method:Array arraySlice]( array, from, to )

Convert an array to a specific type.

[method:Array convertArray]( array, type, forceClone )

This is the same as Array.prototype.slice, but also works on typed arrays.

[method:Boolean isTypedArray]( object )

Return *true* if the object is a typed array.

[method:Array getKeyframeOrder]( times )

Returns an array by which times and values can be sorted.

[method:Array sortedArray]( values, stride, order )

Sort the array previously returned by [page:AnimationUtils.getKeyframeOrder getKeyframeOrder].

[method:Array flattenJSON]( jsonKeys, times, values, valuePropertyName )

Used for parsing AOS keyframe formats

Source

[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]