【Illustrator・Ai】イラレの手書きクレヨン風の自作ブラシで、ひよこのキャラクターを作ってみた。
1 2 3 |
iframe { pointer-events: none; } |
1 2 3 |
iframe { pointer-events: auto; } |
1 2 3 |
<div class="cover"> <iframe>~</iframe> </div> |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
.cover { z-index: 1; position: fixed; width: 100%; height: auto; background-color: transparent; -webkit-overflow-scrolling: touch; overflow: auto; display:inline-block; } .cover iframe { overflow: scroll; -webkit-overflow-scrolling: touch -webkit-transform: translateZ(0px); } |
Miki Kohinata
大学時代、将来独立することを決めエンジニアの道へ。就職したIT企業で藤本と運命的に出会いKOHIMOTO設立。目指すのは人の心に寄り添えるエンジニア。人生のテーマソングはWeekend by 5lack。
PICK UP