Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ We welcome contributions to the project, visit our contributing

- Join our Slack:
[vizzu-community.slack.com](https://join.slack.com/t/vizzu-community/shared_invite/zt-w2nqhq44-2CCWL4o7qn2Ns1EFSf9kEg)


- Drop us a line at [email protected]

Expand Down
6 changes: 3 additions & 3 deletions docs/reference/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ In case you're just getting started with Vizzu, we recommend visiting our

## Library Overview

The main entry point of the library is the [Vizzu](./vizzu/classes/Vizzu.md)
The main entry point of the library is the [Vizzu](./vizzu/classes/vizzu.md)
class, and its most important component is the
[animate](./vizzu/classes/Vizzu.md#animate) method:
[animate](./vizzu/classes/vizzu.md#animate) method:

[`Vizzu`](./vizzu/classes/Vizzu.md)`.`[`animate`](./vizzu/classes/Vizzu.md#animate)`(`[`Anim.AnimTarget`](./types/anim/type-aliases/AnimTarget.md)`,`[`Anim.ControlOptions`](./types/anim/interfaces/ControlOptions.md)`):`[`Anim.Completing`](./animcompleting/README.md)
[`Vizzu`](./vizzu/classes/vizzu.md)`.`[`animate`](./vizzu/classes/vizzu.md#animate)`(`[`Anim.AnimTarget`](./types/anim/type-aliases/AnimTarget.md)`,`[`Anim.ControlOptions`](./types/anim/interfaces/ControlOptions.md)`):`[`Anim.Completing`](./animcompleting/README.md)

The **animate** method's main parameter is the **AnimTarget** interface, which
is an array of keyframes containing the configuration of the chart, the
Expand Down
Loading