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; + } + } }