juliangarnier / anime

JavaScript animation engine
https://animejs.com
MIT License
50.45k stars 3.69k forks source link

change doc for ranged staggering #704

Closed mmtftr closed 4 years ago

mmtftr commented 4 years ago

The mathematical function for ranged staggering should have been described as rotate = -360 + ((360 - (-360)) / 5) * i for the ith element, but the start value(-360) was not written.

Changed the labels to include the start value.