morphing-scroll 2.8.4 → 2.8.5
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/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -48,8 +48,8 @@ Start using the `MorphScroll` component by defining the required `size` prop. Fo
|
|
|
48
48
|
> **✦ Note:**
|
|
49
49
|
>
|
|
50
50
|
> - Supports both **ESM** (`import`) and **CommonJS** (`require`) builds.
|
|
51
|
-
> - The MorphScroll container can be styled with CSS, but avoid modifying properties that affect the size or positioning of internal elements
|
|
52
|
-
> - Components include identifying attributes and MorphScroll internals elements use the
|
|
51
|
+
> - The MorphScroll container can be styled with CSS, but avoid modifying properties that affect the size or positioning of internal elements.
|
|
52
|
+
> - Components include identifying attributes and MorphScroll internals elements use the `ms-` prefix for classes and attributes.
|
|
53
53
|
> - Due to frequent DOM updates for customization, performance may decrease when DevTools are open, as the browser needs extra resources to track changes.
|
|
54
54
|
> - ! This library is currently under development. APIs and behavior may change in future releases.
|
|
55
55
|
|