Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
パフォーマンスを向上させるために、htmlビデオタグでwill-changeプロパティを使用する利点はありますか?
その場合、ハードウェア アクセラレーションを使用して GPU でビデオを実行するには、どのように使用すればよいですか?
will-changeブラウザに、対応する DOM 要素のプロパティまたはコンテンツが近い将来変更される可能性があることを示唆するために使用されます。したがって、値として CSS プロパティ (例: will-change: opacity) またはcontentsキーワード ( will-change: contents) が必要です。
will-change
will-change: opacity
contents
will-change: contents
これがどれも変更されていない場合、ビデオタグで使用する理由はありません。