# uicore-elements/trunk/assets/css/components/counter-motion.css

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

- Page: https://pluginprobe.com/plugins/uicore-elements/trunk/code/assets/css/components/counter-motion.css
- Raw: https://pluginprobe.com/plugins/uicore-elements/trunk/raw/assets/css/components/counter-motion.css
- Modified: 2024-12-23T11:34:06+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/trunk/code/assets/css/components/counter-motion.css#L10-L20`.

```css
.ui-e-counter-motion .ui-e-num span{display:inline-block;opacity:0;translate:0 -60px;text-shadow:0 15px 10px currentColor;transition:translate var(--ui-e-motion-translate) cubic-bezier(0,0,.17,1),text-shadow var(--ui-e-motion-blur) ease-out,filter var(--ui-e-motion-blur) ease-out,opacity var(--ui-e-motion-opacity) ease-in;transition-delay:calc(var(--index) * var(--ui-e-motion-delay));filter:blur(2px)}.ui-e-counter-motion.ui-e-active .ui-e-num span{opacity:1;translate:0 0;text-shadow:0 0 0 transparent;filter:blur(0)}
```
