-
-
Save kobitoDevelopment/9bce662a9cd3ac94c9c1ab765a950ff1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div ここにmask-imageプロパティを動的に着脱するとチラつきが発生する></div> | |
| <style> | |
| div{ | |
| mask-image:hoge; /* mask-imageプロパティは固定で記述しておき、*/ | |
| mask-size: calc(infinity + 1vmax) /* 巨大なmask-sizeを初期状態にするなどで回避する*/ | |
| } | |
| </style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment