-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(video-player): migrate caem-video-player features (#12113)
### Related Ticket(s) [ADCMS-6664](https://jsw.ibm.com/browse/ADCMS-6664) ### Description Migrates features from `caem-video-player` and `caem-video-player-container` mainly `intersection-mode`, which works for scrolling video into view, as well as multiple card in card with video in a carousel. ### Testing instructions * Browse to Video player > Autoplay to test standalone video player intersection mode * Browse to Card in Card > With carousel video to test the intersection mode within a `<c4d-carousel>` component ### Changelog **New** - `intersection-mode` attribute for `<c4d-video-player>` which will auto play/pause as the video scrolls into / out of the viewport <!-- React and Web Component deploy previews are enabled by default. --> <!-- To enable additional available deploy previews, apply the following --> <!-- labels for the corresponding package: --> <!-- *** "test: e2e": Codesandbox examples and e2e integration tests --> <!-- *** "package: services": Services --> <!-- *** "package: utilities": Utilities --> <!-- *** "RTL": React / Web Components (RTL) --> <!-- *** "feature flag": React / Web Components (experimental) -->
- Loading branch information
Showing
10 changed files
with
611 additions
and
93 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
packages/styles/scss/components/content-group-cards/_content-group-cards.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.