diff --git a/docs/api/loaders/AnimationLoader.html b/docs/api/loaders/AnimationLoader.html index c216aafbfd375119962ae5fd75723c3c67919b54..4fb699433375fa5b9f44568b3594e9c0258787d3 100644 --- a/docs/api/loaders/AnimationLoader.html +++ b/docs/api/loaders/AnimationLoader.html @@ -11,7 +11,7 @@

[name]

- Class for loading an animation in JSON format. + Class for loading [page:AnimationClip AnimationClips] in JSON format. This uses the [page:FileLoader] internally for loading files.
@@ -26,8 +26,8 @@ // resource URL 'animations/animation.js', // Function when resource is loaded - function ( animation ) { - // do something with the animation + function ( animations ) { + // animations is an array of AnimationClips }, // Function called when download progresses function ( xhr ) {