Skip to content

Instantly share code, notes, and snippets.

@rachelnabors
Last active June 30, 2024 02:52
Show Gist options
  • Save rachelnabors/938ff8c8cffb20ec3385080a7f26bf80 to your computer and use it in GitHub Desktop.
Save rachelnabors/938ff8c8cffb20ec3385080a7f26bf80 to your computer and use it in GitHub Desktop.
Solid.js Animations glossary
  • useMatcher identifies an animated element throughout addition and removal from the DOM, not unlike key in React —probably needs a better name!
  • zombie elements are elements that will be removed after their exist animation plays. Implementation
  • use:* is a custom directive that can attach multiple directives (effects, signals) to a single element after render, before addition to DOM implementation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment