Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: expose parts of player to outside of shadow root #956

Merged
merged 4 commits into from
Feb 14, 2024

Conversation

nvborisenko
Copy link
Contributor

Fixes #950

Now I am able to:

motion-canvas-player::part(player) {
  background-color: transparent;
}

motion-canvas-player::part(loader) {
  display: none;
}

packages/player/src/template.html Outdated Show resolved Hide resolved
@aarthificial aarthificial merged commit c996d39 into motion-canvas:main Feb 14, 2024
9 checks passed
@aarthificial
Copy link
Contributor

Thanks for the PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Customization of ddefault Animation Player styles
2 participants