Skip to content

Commit

Permalink
feat(website): update heatmap motion config control for react-spring
Browse files Browse the repository at this point in the history
  • Loading branch information
plouc committed Jun 20, 2020
1 parent 80701b1 commit 25ba566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/data/components/heatmap/props.js
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ const props = [
controlType: 'opacity',
group: 'Interactivity',
},
...motionProperties(['svg'], defaults),
...motionProperties(['svg'], defaults, 'react-spring'),
]

export const groups = groupProperties(props)

0 comments on commit 25ba566

Please sign in to comment.