optinaut

Forum Replies Created

list of topics you have created till now.

  • optinaut
    Participant
    Posted in : Automatic Open Cover

    Mehmet: You should probably change your script or you will make the cover open so quickly that it’s impossible to read everything.

    Line 9:
    setTimeout(function() { $container.addClass( 'rm-open' ); },10);

    Doesn’t ten milliseconds seem a little quick?

    setTimeout(function() { $container.addClass( 'rm-open' ); },5000);

    seems more functional.

    Also, was your intent to render the open ribbon non-functioning?

Viewing 1 post (of 1 total)