Adipoli jQuery Image Hover Plugin

Adipoli jQuery image hover plugin version 2
Adipoli is a simple jQuery plugin used to bring stylish image hover effects.

Demo Download

Support Forum

How To Use

Enabling image hover effect is very simple. Place the below references inside your head tag.

If you need image hover on an image with id ‘image1′, call adipoli plugin like this:

Adding Options:

Available Options

  • startEffect : Default style of image
  • hoverEffect : Image style on mouse over
  • imageOpacity : opacity of image considered when start effect is transparent or overlay
  • animSpeed : Animation speed for the effect
  • fillColor : Overlay color
  • textColor : Text Color
  • overlayText : Default HTML to be displayed on overlay
  • slices : Number of slices for slice animations
  • boxCols : Number of boxes in a row for box animations
  • boxRows : Number of rows for box animations
  • popOutMargin : Margin of Image popout
  • popOutShadow : Shadow length of popout image. Shadow works for those browsers which support text-shadow css.

Start Effects:

  • transparent
  • normal
  • overlay
  • grayscale

Hover Effects:

  • normal
  • popout
  • sliceDown
  • sliceDownLeft
  • sliceUp
  • sliceUpLeft
  • sliceUpRandom
  • sliceUpDown
  • sliceUpDownLeft
  • fold
  • foldLeft
  • boxRandom
  • boxRain
  • boxRainReverse
  • boxRainGrow
  • boxRainGrowReverse

CSS Color Extractor

Change Log

Version 2.0

  • Added grayscale startEffect
  • Moved code to github

0
SHARES
  1. duncan ruby

    Hi, I was wondering being a total noob, how do set animation speed? And also can you start normal and transition to greyscale on hover?

    1. cube3x

      We will create a demo file which will be added to download file list. It will help you to start.

    2. lokesh

      contactme

  2. Costin

    Hi, this is a great plugin.
    It is free to use in a commercial project?

    1. cube3x

      Thanks Costin. You can use it for commercial project.

  3. Dave

    Does this version of Adipoli keep image sizes set to their original size, or the size that is being displayed? The reason I ask is because when using responsive image dimensions that are being controlled by CSS, the Adipoli version would use the image at it’s actual dimensions. This would cause a problem when the image that popped up would appear to zoom or size down smaller, depending on the size difference.

    1. cube3x

      Thanks Hammad

  4. nefari

    Only the hover and popout effect works. the rest don’t. Am I missing a js library?

    1. cube3x

      Sorry for that. The Grayscale effect works only in HTML5 browsers.

  5. yika

    Mouse over function also would like to add a click event, after clicking the picture is always color, how to do it?

  6. yika

    haha, Modify the Plug-in, finally solved my problem ,now this effect is I need. Thank you!

  7. Anntina

    Amazing plugin,this is what i need.
    It’s very helpful for me.Thanks for your work.

  8. marie

    Hi! Amazing effects!! but i’m trying to add some text too..says it has a text overlay function but i can’t figure out how it works has anyone got a working example.? or something that can guide me? Thank you@!

  9. Mahmod

    Great plugin, is there any demo for it?

    1. cube3x

      There is a demo link in this page.

  10. Siaver

    Can I use it for slices box animation?

    1. cube3x

      Yes you can.

  11. ppt man

    Woawww.. It’s wonderful I like it very much.. I want use in my project on (pptbackgrounds.net) It’s possible?

    1. cube3x

      Absolutely Go ahead.

  12. Siaver

    Can you write an example of box slider? Thanks

  13. Evgenia

    What about mouse out reverse effect?

  14. MJ

    Adipoli .. .. is the auther A Malayalee?

    1. cube3x

      athe. oru pure malayalee anu :)

  15. pendapatansampingan

    I think this is one of the such a lot important information for me. And i am satisfied studying your article. But should remark on few common issues, The web site style is great, the articles is in point of fact great : D. Just right task, cheers

  16. V Houle

    I don’t get where I’m supposed to put the js code in my html file for each image. I’m new to this but I really want to learn! :)

    This part :

    $(‘#image1′).adipoli({
    ‘startEffect’ : ‘normal’,
    ‘hoverEffect’ : ‘popout’
    });

    1. Marcio

      In the html page put this:

      $(window).load(function () {
      $(‘#image1′).adipoli({
      ‘startEffect’ : ‘normal’,
      ‘hoverEffect’ : ‘popout’
      });
      });

      1. Marcio

        inside a script tag

  17. Marcio

    Hi,
    nice script! I’ll use the grayscale effect :)

    Someone knows how can i use that grayscale effect but to display pictures that are not square or rectangle?
    Like that 4 images: HERE

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>