@zuzjs/ui 1.0.53 → 1.0.54

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.cts CHANGED
@@ -1835,6 +1835,8 @@ type TextProps = Props<`h1` | `h2` | `h3` | `h4` | `h5` | `h6` | `p` | `span` |
1835
1835
  html?: ReactNode | string;
1836
1836
  lines?: number;
1837
1837
  tfx?: TextFxVariant;
1838
+ /** Init delay before animation starts */
1839
+ delay?: number;
1838
1840
  duration?: number;
1839
1841
  stagger?: number;
1840
1842
  repeat?: boolean;
package/dist/index.d.ts CHANGED
@@ -1835,6 +1835,8 @@ type TextProps = Props<`h1` | `h2` | `h3` | `h4` | `h5` | `h6` | `p` | `span` |
1835
1835
  html?: ReactNode | string;
1836
1836
  lines?: number;
1837
1837
  tfx?: TextFxVariant;
1838
+ /** Init delay before animation starts */
1839
+ delay?: number;
1838
1840
  duration?: number;
1839
1841
  stagger?: number;
1840
1842
  repeat?: boolean;