From c43ea7292e1ce5812e3646aa5c27b63f91eba5e1 Mon Sep 17 00:00:00 2001 From: Link Strifer Date: Sat, 30 May 2020 21:50:50 -0500 Subject: [PATCH] Add Annotation Group Object documentation --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 81100e9..5ab7105 100644 --- a/README.md +++ b/README.md @@ -109,3 +109,14 @@ Hides the annotation if showing. This is not animated. #### remove() Unlinks the annotation from the element. + +## Annotation Group Object + +When you call the `annotationGroup` function, you get back an annotation group object, which has the following methods: + +#### show() +Draws all the annotations in order. If the annotation is set to animate (default), it will animate the drawing. If called again, it will re-draw the animation. + +#### hide() +Hides all the annotations if showing. This is not animated. +