hello,

is the blockUI fadeout function working? I was unable to get it to
fadeOut fast. (0 fadeOut)

Here is an excerpt:

        $.blockUI({
            centerX: true,
            centerY: 0,
            message: $('#inRum'),
            css: {
              top: '200px',
              width: '300px',
              border: '5px solid #535353',
              padding: '10px',
              backgroundColor: '#fff',
              '-webkit-border-radius': '20px',
              '-moz-border-radius': '20px',
              opacity: '1',
              color: '#000'
            },
            fadeOut: 0,
            fadeTime: 0
        });

what is wrong?

Reply via email to