MCPcopy Create free account
hub / github.com/material-shell/material-shell / show

Method show

src/manager/tooltipManager.ts:136–143  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

134 this.sourceActor = sourceActor;
135 }
136 show() {
137 this.ease({
138 opacity: 255,
139 scale_x: 1,
140 scale_y: 1,
141 duration: 300,
142 });
143 }
144 remove() {
145 this.ease({
146 opacity: 0,

Callers 1

createTooltipMethod · 0.95

Calls 1

easeMethod · 0.80

Tested by

no test coverage detected