There was an error while loading. Please reload this page.
1 parent b1c0fba commit f9cd2b6Copy full SHA for f9cd2b6
1 file changed
src/components/ha-fade-in.ts
@@ -1,8 +1,8 @@
1
-import SlAnimation from "@shoelace-style/shoelace/dist/components/animation/animation.component";
+import WaAnimation from "@awesome.me/webawesome/dist/components/animation/animation";
2
import { customElement, property } from "lit/decorators";
3
4
@customElement("ha-fade-in")
5
-export class HaFadeIn extends SlAnimation {
+export class HaFadeIn extends WaAnimation {
6
@property() public name = "fadeIn";
7
8
@property() public fill: FillMode = "both";
0 commit comments