mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Cava: Switched to ascii mode - buttery smooth
Fixes a nasty glitch where band would jump abruptly due to wrong data parsing.
This commit is contained in:
@@ -24,12 +24,6 @@ Item {
|
||||
height: root.height * amp
|
||||
x: index * xScale
|
||||
y: root.height - height
|
||||
|
||||
Behavior on height {
|
||||
SmoothedAnimation {
|
||||
duration: 33
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -47,12 +41,6 @@ Item {
|
||||
height: root.height * amp
|
||||
x: (values.length + index) * xScale
|
||||
y: root.height - height
|
||||
|
||||
Behavior on height {
|
||||
SmoothedAnimation {
|
||||
duration: 33
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user