gnome-shell/js/gdm
Evan Welsh 87d1248dc1 animationUtils: Group together various animation helpers
The environment module is used to initialize the environment, yet it
currently also defines the adjustAnimationTime() function.

Ideally it should not export any utility functions, in particular
once converted to ESM.

The function cannot be moved to the existing Utils module, as that
depends on an initialized environment, and can therefore not be
imported from environment.js, so use that opportunity to group
together several animation helpers in a new animationUtils module.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2822>
2023-07-15 02:35:56 +00:00
..
authList.js js: Split gi imports to be on new lines to prepare for ES modules 2023-06-21 04:50:33 -07:00
authPrompt.js animationUtils: Group together various animation helpers 2023-07-15 02:35:56 +00:00
batch.js js: Split gi imports to be on new lines to prepare for ES modules 2023-06-21 04:50:33 -07:00
credentialManager.js credentialManager: Remove unused parameter 2023-01-23 20:37:46 +00:00
loginDialog.js js: Split gi imports to be on new lines to prepare for ES modules 2023-06-21 04:50:33 -07:00
oVirt.js
realmd.js cleanup: Minimize deep_unpack() usage 2022-08-10 10:29:24 +00:00
util.js js: Fix linting errors from line shifts 2023-06-21 04:50:33 -07:00
vmware.js