gnome-shell/js/gdm
Florian Müllner 0846238f69 js: Use implicit animations for animatable properties
We now have everything in place to replace Tweener for all animatable
properties with implicit animations, which has the following benefits:

 - they run entirely in C, while Tweener requires context switches
   to JS each frame

 - they are more reliable, as Tweener only detects when an animation
   is overwritten with another Tween, while Clutter considers any
   property change

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/22
2019-08-06 23:54:29 +02:00
..
authPrompt.js js: Use implicit animations for animatable properties 2019-08-06 23:54:29 +02:00
batch.js js: Use implicit animations for animatable properties 2019-08-06 23:54:29 +02:00
fingerprint.js cleanup: Mark globals used from other modules as exported 2019-07-24 00:28:45 +02:00
loginDialog.js js: Use implicit animations for animatable properties 2019-08-06 23:54:29 +02:00
oVirt.js cleanup: Mark globals used from other modules as exported 2019-07-24 00:28:45 +02:00
realmd.js cleanup: Remove some unhelpful unused arguments 2019-07-24 00:28:45 +02:00
util.js js: Use implicit animations for animatable properties 2019-08-06 23:54:29 +02:00