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

iPhone XR 的镂空文字特效 #4

Open
gaoryrt opened this issue Oct 26, 2018 · 1 comment
Open

iPhone XR 的镂空文字特效 #4

gaoryrt opened this issue Oct 26, 2018 · 1 comment
Labels
effect construct of some effect

Comments

@gaoryrt
Copy link
Member

gaoryrt commented Oct 26, 2018

image

关键属性还是 -webkit-background-clip: text

@gaoryrt
Copy link
Member Author

gaoryrt commented Oct 26, 2018

大概是下面这样:

<div class="background-clip">
	<p>lorem ipsum</p>
</div>
.background-clip {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: url(...);
	color: #0000 !important
}

codepen 的 demo

@gaoryrt gaoryrt added the effect construct of some effect label Oct 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
effect construct of some effect
Projects
None yet
Development

No branches or pull requests

1 participant