芝麻web文件管理V1.00
');
jQuery('#eg-toolbox-wrapper').append('I' + obj.content + '
');
var nt = jQuery('#eg-toolbox-wrapper').find('.eg-toolbox.newadded'); nt.removeClass('newadded');
punchgs.TweenLite.fromTo(nt, 0.5, {y: -50, autoAlpha: 0, transformOrigin: '50% 50%', transformPerspective: 900, rotationX: -90}, {autoAlpha: 1, y: 0, rotationX: 0, ease: punchgs.Back.easeOut, delay: obj.showdelay});
nt.on('click', function () { punchgs.TweenLite.to(nt, 0.3, {x: 200, ease: punchgs.Power3.easeInOut, autoAlpha: 0, onComplete: function () { nt.remove() } }); });
punchgs.TweenLite.to(nt, 0.3, {x: 200, ease: punchgs.Power3.easeInOut, autoAlpha: 0, delay: obj.hidedelay + obj.showdelay, onComplete: function () { nt.remove() } });
}
HEREDOC;
}
echo $styles . '' . "\r\n";
}
}
Essential_Grid_Rightclick::get_instance();