MCPcopy Create free account
hub / github.com/GNOME/gnome-shell / animateLaunchAtPos

Method animateLaunchAtPos

js/ui/appDisplay.js:3080–3082  ·  view source on GitHub ↗
(x, y)

Source from the content-addressed store, hash-verified

3078 }
3079
3080 animateLaunchAtPos(x, y) {
3081 this.icon.animateZoomOutAtPos(x, y);
3082 }
3083
3084 getDragActor() {
3085 return this.app.create_icon_texture(Main.overview.dash.iconSize);

Callers 3

acceptDropMethod · 0.80
acceptDropInternalMethod · 0.80
acceptDropMethod · 0.80

Calls 1

animateZoomOutAtPosMethod · 0.80

Tested by

no test coverage detected