From e6724bee6e9f49177a0e5726dc2204c57cb4ec70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Fri, 6 Mar 2020 11:10:18 +0100 Subject: [PATCH] Globe Icon: Add animated default state --- src/style/atoms/_icon-globe.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/style/atoms/_icon-globe.scss b/src/style/atoms/_icon-globe.scss index f0548ef..d707ae2 100644 --- a/src/style/atoms/_icon-globe.scss +++ b/src/style/atoms/_icon-globe.scss @@ -17,4 +17,11 @@ padding-bottom: 100%; /* 1:1 ratio */ } } + + // Animate by default + &--animated { + .anim { + animation-play-state: running; + } + } }