Migrate ha-fade-in to webawesome (#26543)

fade in
This commit is contained in:
Simon Lamon
2025-08-15 12:29:34 +02:00
committed by GitHub
parent b1c0fba8cf
commit f9cd2b66cb

View File

@@ -1,8 +1,8 @@
import SlAnimation from "@shoelace-style/shoelace/dist/components/animation/animation.component";
import WaAnimation from "@awesome.me/webawesome/dist/components/animation/animation";
import { customElement, property } from "lit/decorators";
@customElement("ha-fade-in")
export class HaFadeIn extends SlAnimation {
export class HaFadeIn extends WaAnimation {
@property() public name = "fadeIn";
@property() public fill: FillMode = "both";