mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-20 03:50:00 +00:00
Print a warning when trying to animate deprecated properties
This commit is contained in:
parent
246398fcb3
commit
c771bcff45
10 changed files with 30 additions and 18 deletions
|
|
@ -139,7 +139,7 @@ MainWindow := Window {
|
|||
}
|
||||
}
|
||||
|
||||
animate x, y, height, width, color, border_radius {
|
||||
animate x, y, height, width, background, border_radius {
|
||||
duration: 300ms;
|
||||
easing: ease_in_out;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue