Skip to content

Instantly share code, notes, and snippets.

@apple502j
Last active February 3, 2021 13:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save apple502j/8ea37535a7f30ede1b7765aa2dff58af to your computer and use it in GitHub Desktop.
Save apple502j/8ea37535a7f30ede1b7765aa2dff58af to your computer and use it in GitHub Desktop.

Animated Text issues

  • animated-text blocks yield using Promise.resolve() instead of runtime.requestRedraw() (which is better for handling turbo/warp, see also vm#2079 for similar issues)
  • setFoot doesn't Cast.toString
  • setColor accepts any CSS color. Is it cool enough that we can keep?
  • rainbow clears existing color effect
  • _onTargetCreated can use once instead of on+off
  • use-after-destroy: crash with zoom effect when a target is being removed

zoom use after destroy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment