From e1d7e1b930dde4fa26455918712a35d5daf901f6 Mon Sep 17 00:00:00 2001 From: Preet Shihn Date: Tue, 16 Jun 2020 12:35:04 -0700 Subject: [PATCH] remove animation delay from readme --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index e073c06..f06f2ed 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A small JavaScript library to create and animate annotations on a web page. -Rough Notation uses [RoughJS](https://roughjs.com) to create a hand-drawn look and feel. Elements can be annotated in a number of different styles. Animation duration and delay can be configured, or just turned off. +Rough Notation uses [RoughJS](https://roughjs.com) to create a hand-drawn look and feel. Elements can be annotated in a number of different styles. Animation duration can be configured, or just turned off. Rough Notation is 3.67kb in size when gzipped. @@ -89,11 +89,6 @@ Boolean property to turn on/off animation when annotating. Default value is `tru #### animationDuration Duration of the animation in milliseconds. Default is `800ms`. - -#### animationDelay -Delay in animation in milliseconds. Default is `0ms`. - - #### color String value representing the color of the annotation sketch. Default value is `currentColor`.