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:

committed by
Florian Müllner

parent
ff4c5270d3
commit
b3b91f1699
@ -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
|
||||
|
Reference in New Issue
Block a user