Any suggested implementations of a CSS property change listener? Maybe:
thread =
function getValues(){
while(true){
for each CSS property{
if(properties[property] != nil && getValue(property) != properties[property]){alert('change')}
else{properties[property] = getValue(property)}
}
}
}
I think you’re looking for this:
If you google for it, a bunch of stuff comes up. This looks promising though: