Answer the question
In order to leave comments, you need to log in
After transforming a layer, its visibility relative to another layer changes, what's the problem?
Hello! I need your advice, because I myself do not understand what could be wrong. We have something like this structure:
html
<div class="wrapper">
<div class="child1"></div>
<div class="child2"></div>
</div>
.wrapper {width: 805px; height: 805px; position: relative;}
.child1 {position: relative; width: 100%; height: 100%;}
.child2 {position: absolute; display: table; width: 500px; height: 500px; left: 50%; top: 50%; margin: -250px 0 0 -250px; overflow: hidden; border-radius: 50%;-webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question