Hello, is it possible to specify transition duration in the QIintersection
component? I’ve tried it like this (pug)
q-intersection(transition='scale' transition-duration='1500' style='width:300px;height:300px')
but it isn’t making a difference. Any tips?