diff --git a/.gitignore b/.gitignore index 9538309..6b6307f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ dist .vite node_modules +.DS_Store diff --git a/demo/animated-shapes.html b/demo/animated-shapes.html index 22b003e..cb481eb 100644 --- a/demo/animated-shapes.html +++ b/demo/animated-shapes.html @@ -52,13 +52,13 @@ height: 100%; } - spatial-geometry { + fc-geometry { background: rgb(187, 178, 178); box-shadow: rgba(0, 0, 0, 0.2) 1.95px 1.95px 2.6px; transition: scale 100ms ease-out, box-shadow 100ms ease-out; } - spatial-geometry:state(move) { + fc-geometry:state(move) { scale: 1.05; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; } @@ -69,16 +69,16 @@ - - - + + +