From 39339451c96167bfd21e773b243597c24d89a6d6 Mon Sep 17 00:00:00 2001 From: 30secondsofcode <30secondsofcode@gmail.com> Date: Sun, 12 Jan 2020 14:30:28 +0000 Subject: [PATCH] Travis build: 646 --- snippet_data/snippetList.json | 3 ++- snippet_data/snippets.json | 7 ++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/snippet_data/snippetList.json b/snippet_data/snippetList.json index b4d518d8f..43e33fb22 100644 --- a/snippet_data/snippetList.json +++ b/snippet_data/snippetList.json @@ -22,7 +22,8 @@ "attributes": { "text": "Creates a bouncing loader animation.\n\n", "tags": [ - "animation" + "animation", + "intermediate" ] }, "meta": { diff --git a/snippet_data/snippets.json b/snippet_data/snippets.json index 022c2a932..17b4ed0cb 100644 --- a/snippet_data/snippets.json +++ b/snippet_data/snippets.json @@ -50,14 +50,15 @@ "scopedCss": "@keyframes bouncing-loader {\n to {\n opacity: 0.1;\n transform: translate3d(0, -1rem, 0); } }\n\n[data-scope=\"bouncing-loader\"] .bouncing-loader {\n display: flex;\n justify-content: center; }\n\n[data-scope=\"bouncing-loader\"] .bouncing-loader > div {\n width: 1rem;\n height: 1rem;\n margin: 3rem 0.2rem;\n background: #8385aa;\n border-radius: 50%;\n animation: bouncing-loader 0.6s infinite alternate; }\n\n[data-scope=\"bouncing-loader\"] .bouncing-loader > div:nth-child(2) {\n animation-delay: 0.2s; }\n\n[data-scope=\"bouncing-loader\"] .bouncing-loader > div:nth-child(3) {\n animation-delay: 0.4s; }\n" }, "tags": [ - "animation" + "animation", + "intermediate" ] }, "meta": { "hash": "2934b3aa733591f4964a7c8780f3ec7b273e4bd6a38fce6e0da2a5dd2dd9959f", "firstSeen": "1520137462", - "lastUpdated": "1566813829", - "updateCount": 12, + "lastUpdated": "1578839372", + "updateCount": 13, "authorCount": 5 } },