Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #23843

    Hi there,

    I know this isnt from your theme but I had a java script code from my last theme that allowed Slickr Flick to add a fade effect over thumbs in the footer (if theres no border effect).

    Can you explain how I can implement this. I realise this may not work but i’d like to try it. If its wrong but you already know of another way to achieve the same effect then I could do with your suggestions – either with this plugin or another.

    Cheers

    Andy

    Here’s the code….

    jQuery(‘.slickr-flickr-gallery ul li a’).hover(

    function()

    {

    jQuery(this).stop();

    jQuery(this).animate({‘opacity’:’0.75′}, 200 );

    },

    function()

    {

    jQuery(this).stop();

    jQuery(this).animate({‘opacity’:’10’}, 100 );

    });

    #121335

    Hi,

    Try to add it on js > avia.js, under this code

    (function($)
    {
    "use strict";

    $(document).ready(function()
    {

    Regards,

    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Slickr Flickr JS script’ is closed to new replies.