(metaWindow)
| 4280 | } |
| 4281 | |
| 4282 | export function animateDown(metaWindow) { |
| 4283 | let space = spaces.spaceOfWindow(metaWindow); |
| 4284 | let workArea = space.workArea(); |
| 4285 | Easer.addEase(metaWindow.clone, { |
| 4286 | y: workArea.y, |
| 4287 | time: Settings.prefs.animation_time, |
| 4288 | }); |
| 4289 | } |
| 4290 | |
| 4291 | export function ensuredX(meta_window, space) { |
| 4292 | let index = space.indexOf(meta_window); |
no test coverage detected