Skip to content

Conversation

@amrhassab
Copy link

Minor clean-up to keep the documentation page crisp, clear, and consistent.

For example at https://animejs.com/documentation/#change

progressLogEl.value = 'progress : '+Math.round(anim.progress)+'%';

does not follow the same spacing as

changeLogEl.value = 'changes : ' + changes;

now:
progressLogEl.value = 'progress : ' + Math.round(anim.progress) + '%';

Other similar examples were also changed

@juliangarnier
Copy link
Owner

juliangarnier commented Apr 24, 2025

Thanks for the PR, I'm closing since the docs have been completely rewritten.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants