Hackfut Security File Manager
Current Path:
/home/haielekt/pasangac.com/wp-content/plugins/Ghylrock/public/js
home
/
haielekt
/
pasangac.com
/
wp-content
/
plugins
/
Ghylrock
/
public
/
js
/
📁
..
📄
baffle.min.js
(4.89 KB)
📄
dsm-before-after-image-slider.js
(12.47 KB)
📄
dsm-easy-tb-vb.js
(3.36 KB)
📄
dsm-easy-tb.js
(5.22 KB)
📄
dsm-magnific-popup-image.js
(482 B)
📄
dsm-magnific-popup-video.js
(1.01 KB)
📄
dsm-modules-vb.js
(13.55 KB)
📄
glio.min.js
(2.55 KB)
📄
gsap.min.js
(58.62 KB)
📄
gsap.min.js.map
(275.1 KB)
📄
imagesloaded.pkgd.min.js
(5.46 KB)
📄
javascript.js
(1.07 KB)
📄
js.cookie.js
(1.46 KB)
📄
lottie.min.js
(246.68 KB)
📄
masonry.pkgd.min.js
(23.54 KB)
📄
popper.min.js
(20.72 KB)
📄
readmore.js
(21.02 KB)
📄
readmore.js.map
(30.09 KB)
📄
replaceme.min.js
(2.59 KB)
📄
revealFX.js
(3.29 KB)
📄
rough-notation.iife.js
(10.46 KB)
📄
splitting.js
(3.72 KB)
📄
swiper-bundle.min.js
(142.44 KB)
📄
swiper-bundle.min.js.map
(518.61 KB)
📄
tippy-bundle.iife.min.js
(22.52 KB)
📄
tippy-bundle.iife.min.js.map
(107.71 KB)
📄
typed.min.js
(11.51 KB)
📄
typed.min.js.map
(48 KB)
📄
vanilla-tilt.min.js
(8.73 KB)
Editing: replaceme.min.js
/*! * replaceme.js - text rotating component in vanilla JavaScript * @version 1.1.0 * @author Adrian Klimek * @link https://adrianklimek.github.io/replaceme/ * @copyright Addrian Klimek 2016 * @license MIT */ !function(a,b){"use strict";function c(a,b){for(var c in b)b.hasOwnProperty(c)&&(a[c]=b[c]);return a}function d(){"function"==typeof b&&b.fn.extend({ReplaceMe:function(a){return this.each(function(){new e(this,a)})}})}function e(a,b){var d={animation:"animated fadeIn",speed:2e3,separator:",",hoverStop:!1,clickChange:!1,loopCount:"infinite",autoRun:!0,onInit:!1,onChange:!1,onComplete:!1};if("object"==typeof b?this.options=c(d,b):this.options=d,"undefined"==typeof a)throw new Error('ReplaceMe [constructor]: "element" parameter is required');if("object"==typeof a)this.element=a;else{if("string"!=typeof a)throw new Error('ReplaceMe [constructor]: wrong "element" parameter');this.element=document.querySelector(a)}this.init()}e.prototype.init=function(){"function"==typeof this.options.onInit&&this.options.onInit(),this.words=this.escapeHTML(this.element.innerHTML).split(this.options.separator),this.count=this.words.length,this.position=this.loopCount=0,this.running=!1,this.bindAll(),this.options.autoRun===!0&&this.start()},e.prototype.bindAll=function(){this.options.hoverStop===!0&&(this.element.addEventListener("mouseover",this.pause.bind(this)),this.element.addEventListener("mouseout",this.start.bind(this))),this.options.clickChange===!0&&this.element.addEventListener("click",this.change.bind(this))},e.prototype.changeAnimation=function(){this.change(),this.loop=setTimeout(this.changeAnimation.bind(this),this.options.speed)},e.prototype.start=function(){this.running!==!0&&(this.running=!0,this.changeWord(this.words[this.position]),this.position++),this.loop=setTimeout(this.changeAnimation.bind(this),this.options.speed)},e.prototype.change=function(){return this.position>this.count-1&&(this.position=0,this.loopCount++,this.loopCount>=this.options.loopCount)?void this.stop():(this.changeWord(this.words[this.position]),this.position++,void("function"==typeof this.options.onChange&&this.options.onChange()))},e.prototype.stop=function(){this.running=!1,this.position=this.loopCount=0,this.pause(),"function"==typeof this.options.onComplete&&this.options.onComplete()},e.prototype.pause=function(){clearTimeout(this.loop)},e.prototype.changeWord=function(a){this.element.innerHTML='<span class="'+this.options.animation+'" style="display:inline-block;">'+a+"</span>"},e.prototype.escapeHTML=function(a){var b=/<\/?\w+\s*[^>]*>/g;return b.test(a)===!0?a.replace(b,""):a},a.ReplaceMe=e,d()}(window,window.jQuery);
Upload File
Create Folder