leptos/examples/animated_show
2023-08-21 19:31:37 -04:00
..
public feat: create a <AnimatedShow> component (closes #1370) (#1386) 2023-07-23 07:46:47 -04:00
src feat/change: adopt reactive ownership model and drop cx/Scope (#918) 2023-08-21 19:31:37 -04:00
Cargo.toml feat: create a <AnimatedShow> component (closes #1370) (#1386) 2023-07-23 07:46:47 -04:00
index.html feat: create a <AnimatedShow> component (closes #1370) (#1386) 2023-07-23 07:46:47 -04:00
Makefile.toml build(examples): update Makefiles for recent examples (#1431) 2023-07-24 12:02:30 -04:00
README.md feat: create a <AnimatedShow> component (closes #1370) (#1386) 2023-07-23 07:46:47 -04:00

<AnimatedShow> combined with CSS animations

This is a very simple example of the <AnimatedShow> component.

This component is an extension for the <Show> component and it will not take in a fallback, but it will unmount the component from the DOM after a given duration. This makes it possible to have really easy unmount animations with just CSS.

Just execute trunk serve to start the demo.