forked from Upstream/Velocitab
docs: Update Animations.md
This commit is contained in:
parent
a14ee0f7dc
commit
ecf0fdfe15
@ -21,10 +21,12 @@ headers:
|
||||
By default, the plugin will switch between each frame whenever it is updated. To get this to animate, you must configure your `update_rate` setting.
|
||||
|
||||
### Setting the frame rate
|
||||
The `update_rate` setting in your `config.yml` file—set to `0` by default—controls the length (in milliseconds, where `1ms = 1/1000th` of a second) between yoru TAB list being updated. On each update, the header or footer format will use the next frame in the list, looping back to the first after the last one has been displayed.
|
||||
The `update_rate` setting in your `config.yml` file—set to `0` by default—controls the length (in milliseconds†) between your TAB list being updated. On each update, the header or footer format will use the next frame in the list, looping back to the first after the last one has been displayed.
|
||||
|
||||
A good starting value for this could be `1000`, which is equivalent to one second. Once you've changed the value, use `/velocitab reload` to update the TAB menu in-game without restarting your proxy.
|
||||
|
||||
†`1ms = 1/1000th` of a second.
|
||||
|
||||
## Example: Rainbow fade
|
||||

|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user