1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-05-30 20:13:30 +01:00

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
+2 -2
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";