mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Update easing animation function
This commit is contained in:
parent
d4125d433f
commit
f3f0dfc62b
@ -155,7 +155,7 @@ export default <T extends Constructor<HassBaseEl>>(superClass: T) =>
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
duration: 500,
|
duration: 500,
|
||||||
easing: "ease-in-out",
|
easing: "linear(0, 0.1, 1)",
|
||||||
pseudoElement: "::view-transition-new(root)",
|
pseudoElement: "::view-transition-new(root)",
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user