From f8fc15839308647bbf335433ab2cf909a5442f45 Mon Sep 17 00:00:00 2001 From: Nelson Alayon Date: Thu, 28 May 2020 11:05:28 -0500 Subject: [PATCH] reto animaciontes svelte --- src/App.svelte | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/App.svelte b/src/App.svelte index 1040775..aae6711 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -21,6 +21,13 @@ width: 100%; margin: 0; filter: grayscale(100%); + transform: scale (1) ; + transition: 1s; + } + + figure img:hover { + filter: grayscale(0%); + transform: scale(1.2); } /* .Loading { background-color: aqua; @@ -39,6 +46,8 @@ } } */ + + .Loading { width: 300px; height: 300px; @@ -59,7 +68,7 @@ } -
+
{#each characters as character}