Skip to content

Commit dfd2037

Browse files
committed
Update attributes to improve interop with animations
1 parent ee95be1 commit dfd2037

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/updatemenus/attributes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ var buttonsAttrs = {
1717

1818
method: {
1919
valType: 'enumerated',
20-
values: ['restyle', 'relayout'],
20+
values: ['restyle', 'relayout', 'animate'],
2121
dflt: 'restyle',
2222
role: 'info',
2323
description: [

src/plots/frame_attributes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = {
2020
name: {
2121
valType: 'string',
2222
role: 'info',
23-
description: ['A label by which to identify the frame']
23+
description: 'A label by which to identify the frame'
2424
},
2525
traces: {
2626
valType: 'data_array',

0 commit comments

Comments
 (0)