| Server IP : 68.178.247.200 / Your IP : 216.73.217.50 Web Server : Apache System : Linux p3plzcpnl489463.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64 User : x9dppmxs4rgd ( 8559391) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/x9dppmxs4rgd/www/wp-content/plugins/content_timeline/js/frontend/ |
Upload File : |
(function($){
$(document).ready(function() {
timelineImage();
});
function timelineImage(){
$('.timeline_rollover_top').unbind('hover').timelineRollover('top');
$('.timeline_rollover_right').unbind('hover').timelineRollover('right');
$('.timeline_rollover_bottom').unbind('hover').timelineRollover('bottom');
$('.timeline_rollover_left').unbind('hover').timelineRollover('left');
}
$.fn.timelineRollover = function(type) {
var lstart,lend;
var tstart,tend;
$(this).append('\n<div class="image_roll_glass"></div><div class="image_roll_zoom"></div>');
switch (type)
{
case 'top' : lstart='0'; lend='0'; tstart='-100%'; tend='0'; break;
case 'right' : lstart='100%'; lend='0'; tstart='0'; tend='0'; break;
case 'bottom' : lstart='0'; lend='0'; tstart='100%'; tend='0'; break;
case 'left' : lstart='-100%'; lend='0'; tstart='0'; tend='0'; break;
}
$(this).find('.image_roll_zoom').css({left:lstart, top:tstart});
$(this).hover(function(){
$(this).find('.image_roll_zoom').stop(true, true).animate({left: lend, top:tend},200);
$(this).find('.image_roll_glass').stop(true, true).fadeIn(200);
},function() {
$(this).find('.image_roll_zoom').stop(true).animate({left:lstart, top:tstart},200);
$(this).find('.image_roll_glass').stop(true, true).fadeOut(200);
});
}
})(jQuery);