Reveal time.

Is there a way to control the reveal/flip-in time?
My goal is when mousover a button it reveals a line.
Its working great but the line is revealing too slow. I need it to be faster. can it be done?
Thank you

This is the code i’m using:
export function button5_mouseIn(event, $w) {
$w(“#line1”).show(“FlipIn”);

Currently, you cannot control the show and hide effects. This is currently being worked on and will hopefully be available soon.

I have managed to delete the reveal on the code and control the reveal time through the wix regular reveal effect