callback renamed -> onEvent

This commit is contained in:
Michael Freno
2025-11-11 13:13:22 -05:00
parent e56b18b7bd
commit be0771d0d3
15 changed files with 80 additions and 69 deletions

View File

@@ -249,7 +249,7 @@ function Lv.load()
})
-- Add hover animation
card.callback = function(element)
card.onEvent = function(element)
local anim = Animation.new({
duration = 0.2,
start = { opacity = 1 },