Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tsherif committed Jun 5, 2019
1 parent f102723 commit 4a75af4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api-reference/addons/animation/key-frames.md
@@ -1,4 +1,4 @@
#KeyFrames
# KeyFrames

Manages key frame animation data. Associates time points with arbitrary data and provides methods to access key times and data, and an interpolation factor, based on the current time.

Expand Down
13 changes: 13 additions & 0 deletions website/contents/pages.js
Expand Up @@ -708,6 +708,19 @@ export const DOC_PAGES = [
{
name: 'Addons',
children: [
{
name: 'Animation',
children: [
{
name: 'Timeline',
content: 'api-reference/addons/animation/timeline.md'
},
{
name: 'KeyFrames',
content: 'api-reference/addons/animation/key-frames.md'
}
]
},
{
name: 'Event',
content: 'api-reference/addons/event.md'
Expand Down

0 comments on commit 4a75af4

Please sign in to comment.