Skip to content

Commit

Permalink
fix: fix demo
Browse files Browse the repository at this point in the history
  • Loading branch information
daybrush committed Aug 13, 2020
1 parent 293ff83 commit 0870f9f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions demo/src/features/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -348,13 +348,15 @@ h2 {
.half.left .semicircle {
left: -100%;
transform-origin: 100% 50%;
border-radius: 100% 0 0 100% / 50% 0 0 50%;
border-radius: 100% 0 0 100% / 50%;
}
.half, .half .semicircle {
will-change: transform;
}

.half.right .semicircle {
left: 100%;
transform-origin: 0% 50%;
border-radius: 0% 100 100 0% / 50% 0 0 50%;
border-radius: 0% 100% 100% 0% / 50%;
}

/* chase */
Expand Down

0 comments on commit 0870f9f

Please sign in to comment.