js: Drop tweener.js

We're using clutter's animation framework now, so lets drop the old
tweener support layer.

https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1200
This commit is contained in:
Jonas Ådahl
2020-04-15 11:24:10 +02:00
committed by Florian Müllner
parent ff4c5270d3
commit b3b91f1699
6 changed files with 4 additions and 237 deletions

View File

@ -345,7 +345,7 @@ var ScreenShield = class {
this._lockDialogGroup.remove_all_transitions();
if (animate) {
// Tween the lock screen out of screen
// Animate the lock screen out of screen
// if velocity is not specified (i.e. we come here from pressing ESC),
// use the same speed regardless of original position
// if velocity is specified, it's in pixels per milliseconds