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.
Opera のリサイズ イベントはonresizeend( http://help.dottoro.com/ljscshjn.php ) のように機能します。他のブラウザのように正規化する方法は?
onresizeend
サイズ変更中に数回ではなく、何かのサイズ変更を停止したときにのみ起動するということですか? これは実装の詳細であり、私の知る限り、定期的なサイズ変更イベントをサブスクライブしたり、「正規化」したりする方法はありません。要素のサイズ変更中に何かを更新する必要がある場合は、タイムアウトを使用してサイズを照会する必要があります。