Disable Bubble Card animations?

I’m experimenting with Bubble Card for a tablet-based dashboard, but I don’t like how the on/off styles animate. I’m running this on a slow tablet and it just feels super laggy when the light turns off immediately, and a second later the button is still fading out.

Is there a way to disable the fade animations so that the buttons change state immediately, the way the lights do?

I figured it out.

In the card’s custom styles, use this:

.bubble-button-background {
  transition: none !important;
}