From a03b68adc0695e26f6b4446dda72aa3b68c61d2c Mon Sep 17 00:00:00 2001 From: Evgeny Date: Sat, 27 Aug 2022 11:49:41 +0300 Subject: [PATCH] small readme fix --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 1bf5307..3d8f977 100644 --- a/README.md +++ b/README.md @@ -414,7 +414,6 @@ There are two modules to solve this problem: `morph` and `anim`. The first is us * `morph:change_outer_color(idx, color)` - changes "external" color (for example, button color) of element with index `idx`, `color` - color in format #XXXXXX; * `morph:run_with_delay(delay, function) - populates specified Lua function with delay `delay`; * `morph:cancel(idx)` - cancels a previously run change if it is not yet complete (e.g., delay or animation is not over). - * `anim:blink(idx)` - blinks UI element with index `idx`; * `anim:move(x, y, [delay])` - moves element sideways by specified number of DP and returns back after delay; * `anim:heartbeat(idx)` - animation of heartbeat;