jQuery-Impromptu icon indicating copy to clipboard operation
jQuery-Impromptu copied to clipboard

'show' option is not working

Open eschreiner opened this issue 9 years ago • 3 comments

I try to get rid of the 'slideDown' animation of the prompt, but specifying option { show : 'show' } does not seem to work.

eschreiner avatar Jul 08 '15 12:07 eschreiner

@eschreiner I think at some point during the re-working for "tour" functionality with states this option became irrelevant. Ideally this option works as intended, I will try to take a look at correcting it when I get a few minutes free.

trentrichardson avatar Jul 09 '15 12:07 trentrichardson

yeah actually the issue is that the slideDown is now the only option that works. "show" or "fadeIn" do not change the prompt entrance behaviour. This is very unfortunate since the slideDown is not a very professional effect and I don't see myself using it unless hopefully Trent can fix it. Trent... please? :)

junkiepipes avatar Feb 15 '16 23:02 junkiepipes

Same problem with hide: 'hide'. A workaround, at least for the 'show' bug, is to set overlayspeed and promptspeed to 0.

soulflyman avatar Mar 15 '17 10:03 soulflyman