You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
snabbdom/examples/carousel-svg
iambumblehead f5fcde33ec
chore(tools): apply prettier-format to all files (#1077)
Co-authored-by: chris <chris@bumblehead.com>
1 year ago
..
README.md feat: only esm and correct import paths 5 years ago
index.html chore(tools): apply prettier-format to all files (#1077) 1 year ago
index.js chore(tools): apply prettier-format to all files (#1077) 1 year ago

README.md

This carousel example uses style transform and transition to rotate a group of SVG triangles.

Also, the color of each triangle changes when you hover or click/tap it.

-- jk