File tree Expand file tree Collapse file tree 3 files changed +0
-20
lines changed Expand file tree Collapse file tree 3 files changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -60,8 +60,6 @@ The default global options are:
6060 animate: true ,
6161 // Duration of the animation in milliseconds.
6262 animationDuration: 800 ,
63- // Delay in animation in milliseconds.
64- animationDelay: 0 ,
6563 // Representing the color of the annotation sketch.
6664 color: ' currentColor' ,
6765 // Width of the annotation strokes.
@@ -146,16 +144,6 @@ Turn on/off animation when annotating.
146144
147145Duration of the animation in milliseconds.
148146
149- #### animationDelay
150-
151- ** Type** : ` number `
152-
153- ** Required** : ` false `
154-
155- ** Default** : ` 0 ` - You can change it when install _ (see above)_ .
156-
157- Delay in animation in milliseconds.
158-
159147#### color
160148
161149** Type** : ` string `
Original file line number Diff line number Diff line change @@ -42,11 +42,6 @@ export default (options) => ({
4242 default : ( ) => options . animationDuration ,
4343 } ,
4444
45- animationDelay : {
46- type : Number ,
47- default : ( ) => options . animationDelay ,
48- } ,
49-
5045 color : {
5146 type : String ,
5247 default : ( ) => options . color ,
@@ -88,7 +83,6 @@ export default (options) => ({
8883 type : this . type ,
8984 animate : this . animate ,
9085 animationDuration : this . animationDuration ,
91- animationDelay : this . animationDelay ,
9286 color : this . color ,
9387 strokeWidth : this . strokeWidth ,
9488 padding : this . padding ,
Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ export const defaultOptions = {
33 animate : true ,
44 // Duration of the animation in milliseconds.
55 animationDuration : 800 ,
6- // Delay in animation in milliseconds.
7- animationDelay : 0 ,
86 // Representing the color of the annotation sketch.
97 color : 'currentColor' ,
108 // Width of the annotation strokes.
You can’t perform that action at this time.
0 commit comments