MCPcopy Index your code
hub / github.com/philc/vimium / updateStyle

Method updateStyle

content_scripts/hud.js:268–275  ·  view source on GitHub ↗
(opacity)

Source from the content-addressed store, hash-verified

266 }
267
268 updateStyle(opacity) {
269 this.opacity = opacity;
270 this.styleElement.innerHTML = `\
271${this.cssSelector} {
272 opacity: ${this.opacity};
273}\
274`;
275 }
276}
277
278globalThis.HUD = HUD;

Callers 2

performStepMethod · 0.95
fadeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected