gnome-shell/js/ui/components
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
..
__init__.js cleanup: Don't linebreak before closing parentheses 2020-04-28 09:04:49 +00:00
automountManager.js js: Split gi imports to be on new lines to prepare for ES modules 2023-06-21 04:50:33 -07:00
autorunManager.js js: Split gi imports to be on new lines to prepare for ES modules 2023-06-21 04:50:33 -07:00
keyring.js animationUtils: Group together various animation helpers 2023-07-15 02:35:56 +00:00
networkAgent.js js: Split gi imports to be on new lines to prepare for ES modules 2023-06-21 04:50:33 -07:00
polkitAgent.js animationUtils: Group together various animation helpers 2023-07-15 02:35:56 +00:00
telepathyClient.js js: Split gi imports to be on new lines to prepare for ES modules 2023-06-21 04:50:33 -07:00