mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +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,
|
||||
easing: "ease-in-out",
|
||||
easing: "linear(0, 0.1, 1)",
|
||||
pseudoElement: "::view-transition-new(root)",
|
||||
}
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user