Commit 57432fc
fix: preserve slide styles in tile effect transitions (#1015)
* fix: preserve slide styles in tile effect transitions
Fix issue where tile effect transitions were removing all styles from
slide elements. Now only removes the visibility property instead of
clearing the entire style attribute, preserving custom styling.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
* chore: add changeset for tile effect styles fix
---------
Co-authored-by: Phil Parsons <p-m-p@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com>1 parent ed5c59f commit 57432fc
3 files changed
Lines changed: 7 additions & 2 deletions
File tree
- .changeset
- packages/slider/src/effects/tile
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
0 commit comments