MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / animate

Function animate

src/components/WebComponents/wcPage.js:172–184  ·  view source on GitHub ↗
(
				this,
				{
					opacity: 0,
				},
				{
					duration: isNoTransition ? 0.08 : 0.12,
					ease: "easeIn",
				},
			)

Source from the content-addressed store, hash-verified

170 this.handler.remove();
171 } else {
172 animate(
173 this,
174 {
175 opacity: 0,
176 },
177 {
178 duration: isNoTransition ? 0.08 : 0.12,
179 ease: "easeIn",
180 },
181 ).then(() => {
182 this.remove();
183 this.handler.remove();
184 });
185 }
186 }
187

Callers 5

wcPage.jsFile · 0.70
settingsPage.jsFile · 0.50
updateFunction · 0.50
index.jsFile · 0.50
SideButtonsFunction · 0.50

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected