eoger / tabcenter-redux

Vertical Tabs extension for Firefox
Mozilla Public License 2.0
381 stars 67 forks source link

tab throbber animations: still unsynchronised #413

Open Acid-Crash opened 5 years ago

Acid-Crash commented 5 years ago

There are few bugs related to this issue. However as for now, the throbber animations are still unsynchronised. Win10x64, Firefox 65, Tab Center Redux 0.7.1

ariasuni commented 5 years ago

The API used to synchronize the animations of the throbbers are only available on Firefox Developer Edition and Firefox Nightly as of now, because it’s not yet standardized. It seems you should also enable it in about:config by putting dom.animations-api.getAnimations.enabled as true.

https://developer.mozilla.org/en-US/docs/Web/API/Document/getAnimations

ariasuni commented 5 years ago

Since I’m developing a fork of this extension, I put this piece of information in its documentation.

Acid-Crash commented 5 years ago

Confirming it does work on Release after flipping dom.animations-api.getAnimations.enabled