How to change the animation on a point when hovered #10426
Answered
by
LeeLenaleee
mattgreenfield
asked this question in
Q&A
-
I have a line dataset and I'm setting the point When I hover the point it correctly grows in size but there is a delay as it animates. Is there a way to make this happen immediately? Because I've set Here's a repro https://codepen.io/gmattgreenfield/pen/rNJRjYy Thanks for your help |
Beta Was this translation helpful? Give feedback.
Answered by
LeeLenaleee
Jun 16, 2022
Replies: 1 comment 1 reply
-
transitions: {
active: {
animation: {
duration: 0
}
}
}, Updated codepen: https://codepen.io/leelenaleee/pen/ExQMXgW |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mattgreenfield
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Updated codepen: https://codepen.io/leelenaleee/pen/ExQMXgW