coverflow-carousel 0.1.1-dev.0 → 0.2.0-dev.0
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 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -160,7 +160,8 @@ el?.refresh();
|
|
|
160
160
|
<br>
|
|
161
161
|
|
|
162
162
|
# Notes
|
|
163
|
-
- Slides come from *light DOM
|
|
163
|
+
- Slides come from *light DOM* and are projected via named `<slot>` elements; children remain in light DOM.
|
|
164
|
+
- The component observes light-DOM changes (children + attributes) and coalesces `refresh()` calls in a microtask.
|
|
164
165
|
- For the coverflow effect, it’s recommended to have **at least 3** slides.
|
|
165
166
|
- While a transition is running, new transitions are ignored (anti-spam guard).
|
|
166
167
|
- `prefers-reduced-motion` is respected: when enabled, the animation lock is released without waiting for `transitionend`.
|
package/package.json
CHANGED