PluginProbe
UiCore Elements – Free widgets and templates for Elementor / 1.0.4
UiCore Elements – Free widgets and templates for Elementor v1.0.4
1.3.17 1.3.16 trunk 1.0.0 1.0.1 1.0.10 1.0.11 1.0.12 1.0.13 1.0.14 1.0.15 1.0.16 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.2.0 1.2.1 1.2.2 1.2.3 1.2.4 All 41 releases
uicore-elements / assets / js / elements / highlighted-text.js

highlighted-text.js in UiCore Elements – Free widgets and templates for Elementor 1.0.4, at assets/js/elements/highlighted-text.js

1 lines 464 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 "use strict";jQuery(document).ready(function(){var e=document.querySelectorAll(".elementor-widget-highlighted-text.ui-e-a-animate .ui-e--highlighted-text");[].forEach.call(e,function(e,t){var n=e.querySelectorAll(".uicore-svg-wrapper path"),i=e.getAttribute("data-delay")||0;[].forEach.call(n,function(n,a){new Waypoint({element:n,handler:function(e){var t=300*a+400+parseInt(i);setTimeout(function(){n.style.animationPlayState="running"},t)},offset:"90%"})})})});