Skip to content

Commit f9cd2b6

Browse files
authored
Migrate ha-fade-in to webawesome (#26543)
fade in
1 parent b1c0fba commit f9cd2b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/ha-fade-in.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
import SlAnimation from "@shoelace-style/shoelace/dist/components/animation/animation.component";
1+
import WaAnimation from "@awesome.me/webawesome/dist/components/animation/animation";
22
import { customElement, property } from "lit/decorators";
33

44
@customElement("ha-fade-in")
5-
export class HaFadeIn extends SlAnimation {
5+
export class HaFadeIn extends WaAnimation {
66
@property() public name = "fadeIn";
77

88
@property() public fill: FillMode = "both";

0 commit comments

Comments
 (0)