# uicore-elements/1.2.2/assets/js/elements/highlighted-text.js

UiCore Elements – Free widgets and templates for Elementor, version 1.2.2. 1 lines.

- Page: https://pluginprobe.com/plugins/uicore-elements/1.2.2/code/assets/js/elements/highlighted-text.js
- Raw: https://pluginprobe.com/plugins/uicore-elements/1.2.2/raw/assets/js/elements/highlighted-text.js
- Modified: 2025-04-10T14:59:20+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/uicore-elements/1.2.2/code/assets/js/elements/highlighted-text.js#L10-L20`.

```javascript
"use strict";jQuery(document).ready(function(){document.querySelectorAll(".elementor-widget-highlighted-text.ui-e-a-animate .ui-e--highlighted-text").forEach(function(e,t){var n=e.querySelectorAll(".uicore-svg-wrapper path"),i=e.getAttribute("data-delay")||0;n.forEach(function(t,n){var r=new IntersectionObserver(function(e){e.forEach(function(e){e.isIntersecting&&(e=300*n+400+parseInt(i),setTimeout(function(){t.style.animationPlayState="running"},e),r.unobserve(t))})},{threshold:.9});r.observe(t)})})});
```
