12 lines
465 B
JavaScript
12 lines
465 B
JavaScript
/**
|
|
* @description The AnimDB library provides access to a centralized
|
|
* repository of animations which can be queried for animations by
|
|
* name or by a set of search criteria including duration, meta tags,
|
|
* category, etc.
|
|
*
|
|
* The library also provides an ability to modify animations like
|
|
* extend their duration with a HOLD_SAFE keyframe, scale their body
|
|
* DoFs (exaggerate or mute the movement), change orientation, etc.
|
|
*
|
|
* @namespace jibo.animdb
|
|
*/ |