标签: javascript css getcomputedstyle
我想听听元素样式的变化(尤其是在insertRule和/或getComputedStyle的情况下)。我可以使用mouseenter计算实际样式,然后将其克隆到另一个对象中,然后对每个mouseleave / MutationObserver(或{{1}})进行比较,但是看起来对我来说是性能解决方案。有没有更好的方法来跟踪元素样式的变化?
insertRule
getComputedStyle
mouseenter
mouseleave
MutationObserver
谢谢。