diff --git a/demo/card/x-cards-list.html b/demo/card/x-cards-list.html index b817698..6d9a6e1 100644 --- a/demo/card/x-cards-list.html +++ b/demo/card/x-cards-list.html @@ -26,7 +26,7 @@ @apply(--layout-fit); } - +
diff --git a/demo/list/full-view.html b/demo/list/full-view.html index 565618c..3adb762 100644 --- a/demo/list/full-view.html +++ b/demo/list/full-view.html @@ -55,7 +55,7 @@
- + diff --git a/demo/tiles/squares-page.html b/demo/tiles/squares-page.html index 52fe7e1..ee91a66 100644 --- a/demo/tiles/squares-page.html +++ b/demo/tiles/squares-page.html @@ -31,7 +31,7 @@ background: var(--color-two); } - +
diff --git a/neon-animatable.html b/neon-animatable.html index 267ae5e..a58286c 100644 --- a/neon-animatable.html +++ b/neon-animatable.html @@ -32,7 +32,7 @@ display: block; } - + diff --git a/neon-animated-pages.html b/neon-animated-pages.html index 983cb47..6f89a14 100644 --- a/neon-animated-pages.html +++ b/neon-animated-pages.html @@ -48,7 +48,7 @@ pointer-events: none; } - + diff --git a/neon-animation-runner-behavior.html b/neon-animation-runner-behavior.html index 67c11b6..0167d06 100644 --- a/neon-animation-runner-behavior.html +++ b/neon-animation-runner-behavior.html @@ -32,7 +32,7 @@ try { result = neonAnimation.configure(config); // Check if we have an Effect rather than an Animation - if (typeof result.cancel != 'function') { + if (typeof result.cancel != 'function') { result = document.timeline.play(result); } } catch (e) {