<!doctype HTML>
<style>
.target {
-webkit-mask: url(../../animations/resources/stripes-100.png);
background: blue;
width: 200px; height: 200px;
}
</style>
<div class="target"></div>
<!doctype HTML>
<style>
.target {
-webkit-mask: url(../../animations/resources/stripes-100.png);
background: blue;
width: 200px; height: 200px;
}
</style>
<div class="target"></div>