fix(esl-carousel): add vertical orientation support for css-slide renderer#3594
fix(esl-carousel): add vertical orientation support for css-slide renderer#3594
Conversation
…derer - implemented vertical layout styles using translate3d and top positioning - optimized shared transition styles using :is() pseudo-class
There was a problem hiding this comment.
Pull request overview
This PR adds vertical orientation support to the CSS slide renderer for the ESL carousel component. The implementation mirrors the existing horizontal orientation patterns while adapting positioning and transforms for vertical scrolling.
Changes:
- Refactored animation transition styles to apply to both orientations using
:is()pseudo-class - Added vertical orientation-specific styles using
translate3dwith Y-axis transforms - Implemented vertical slide positioning using
topproperty instead ofleft
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Coverage Impact This PR will not change total coverage. 🚦 See full report on Qlty Cloud »🛟 Help
|
…s on the slides - optimized rendering performance using visibility: hidden for inactive slides Co-authored-by: ala'n (Alexey Stsefanovich) <astsefanovich@exadel.com>

Uh oh!
There was an error while loading. Please reload this page.