[name]

An object with various functions to assist with animations, used internally.

Methods

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

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

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

Converts an array to a specific type.

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

Used for parsing AOS keyframe formats.

[method:Array getKeyframeOrder]( times )

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

[method:Boolean isTypedArray]( object )

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

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

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

Source

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