refactor(animate): del -> stop

This commit is contained in:
Folke Lemaitre 2024-12-11 09:50:35 +01:00
parent 7211ec08ce
commit 1fe01039fe
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -94,7 +94,7 @@ function Animation:dirty()
return self.value ~= value or done
end
function Animation:del()
function Animation:stop()
active[self.id] = nil
end