Subversion Repositories SmartDukaan

Rev

Rev 6848 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6848 Rev 6898
Line 154... Line 154...
154
            } 
154
            } 
155
 
155
 
156
            links.css('width', space) 
156
            links.css('width', space) 
157
                .first().addClass('slidy-link-selected') 
157
                .first().addClass('slidy-link-selected') 
158
            .end() 
158
            .end() 
159
                .last().css({ 'border-right': '0', 'width': (space + diff) - (quantity - 1) }); 
159
                .last().css({ 'border-right': '0', 'width': (space + diff) - (quantity) }); 
160
             
160
             
161
            if (opt.animation == 'slide' || opt.animation == 'fade') { 
161
            if (opt.animation == 'slide' || opt.animation == 'fade') { 
162
                links.mousemove(function() { 
162
                links.mousemove(function() { 
163
                    var $this = $(this); 
163
                    var $this = $(this); 
164
 
164