Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6992329
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T19:37:13+00:00 2026-05-27T19:37:13+00:00

Can anyone say, How many effects are there in jQuery tools Overlay and what

  • 0

Can anyone say, How many effects are there in jQuery tools Overlay and what are they?
I searched in this link effects list, shows nothing. Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T19:37:14+00:00Added an answer on May 27, 2026 at 7:37 pm

    Take a look at this link for an explanation, in any case i copy and paste here

    Custom Overlay effect Custom overlay effects are done with the
    $.tools.overlay.addEffect method. The first argument is the effect
    name, the second argument is the function that defines how the overlay
    is shown and the third argument defines how the overlay closes. Inside
    the functions the this variable is a reference to the overlay API.

    The loading function receives two arguments. The first argument css
    defines the top and left properties given in the configuration. The
    second argument is a callback function that must be called after you
    have performed your loading effect.

    // loading animation
    $.tools.overlay.addEffect("drop", function(css, done) { 
    
       // use Overlay API to gain access to crucial elements
       var conf = this.getConf(),
           overlay = this.getOverlay();           
    
       // determine initial position for the overlay
       if (conf.fixed)  {
          css.position = 'fixed';
       } else {
          css.top += $(window).scrollTop();
          css.left += $(window).scrollLeft();
          css.position = 'absolute';
       } 
    
       // position the overlay and show it
       overlay.css(css).show();
    
       // begin animating with our custom easing
       overlay.animate({ top: '+=55',  opacity: 1,  width: '+=20'}, 400, 'drop', done);
    
       /* closing animation */
       }, function(done) {
          this.getOverlay().animate({top:'-=55', opacity:0, width:'-=20'}, 300, 'drop', function() {
             $(this).hide();
             done.call();      
          });
       }
    );
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Can anyone explain to me why this program: for(float i = -1; i <
Can anyone help - this is driving me mad. I am calling a mysql
Can anyone tell me why this code would not be working? $('body').on('test', function() {
Can anyone tell me ways to do this kind of search in a database?
There are many documents say you should avoid using sleep with alarm, since many
Can anyone explain to me how the (HABTM or many to many) has and
Can anyone shed light on this for me? undefined method `first_name' for # Here
Can anyone let me know how can we change the value of kendo combobox
Can anyone enlighten me to a way I can Highlight the content of an
Can anyone explain why here a = [] ? 1 : 2 a will

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.