From f96a7c7fd2d7a3f4918de5cbb0a9667604ed8303 Mon Sep 17 00:00:00 2001 From: Theo Julienne Date: Tue, 23 Mar 2021 19:31:44 +1100 Subject: [PATCH] Update docs to include an octicon rotation example of anim-rotate. --- docs/content/utilities/animations.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/content/utilities/animations.md b/docs/content/utilities/animations.md index 06ddf315..e427f7d1 100644 --- a/docs/content/utilities/animations.md +++ b/docs/content/utilities/animations.md @@ -97,3 +97,12 @@ The `.hover-grow` class will increase the scale of the element upon hover. ``` + +## Rotation + +The `.anim-rotate` class will rotate the element indefinitely around `0,0` or the coordinate specified by `transform-origin`. + +```html live + + +```