bramus/style-observer: MutationObserver for CSS. Get notified when the computed value of a CSS property changes.
Mutation Observerのようにスタイルの変化を監視するライブラリ。
短いtransitionとtransition-behavior: allow-discrete;を使うことで、transitionstartイベントを見て変化を検知している
Mutation Observerのようにスタイルの変化を監視するライブラリ。
短いtransitionとtransition-behavior: allow-discrete;を使うことで、transitionstartイベントを見て変化を検知している