Open kylpo opened 4 years ago
e.g. color={{_: isHovering ? 'red' : 'blue', _transition: isHovering ? '400ms ease' : 'none'}}
color={{_: isHovering ? 'red' : 'blue', _transition: isHovering ? '400ms ease' : 'none'}}
multiple transitions just concatenate
e.g.
color={{_: isHovering ? 'red' : 'blue', _transition: isHovering ? '400ms ease' : 'none'}}
multiple transitions just concatenate