Chronstruct / primitives

MIT License
3 stars 0 forks source link

make transition part of prop object? #62

Open kylpo opened 4 years ago

kylpo commented 4 years ago

e.g. color={{_: isHovering ? 'red' : 'blue', _transition: isHovering ? '400ms ease' : 'none'}}

multiple transitions just concatenate