Hi! I've just discovered that I can use browser sources to display my express servers; previously I had been using electron and a window capture. However, I utilize the Javascript function element.onanimationend = (x) => {} with fade-out css classes and this does not trigger; it is supposed to remove the element but this does not happen. Any reasons why this would be the case?