mario-core 2.9.147-level → 2.9.149-level

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.css CHANGED
@@ -294,7 +294,19 @@
294
294
  ._jOY7o {
295
295
  background-size: cover;
296
296
  opacity: 0;
297
- animation: _wnn2_ 20s step-start infinite 0s; }
297
+ -webkit-animation: _wnn2_ 20s step-start infinite 0s;
298
+ animation: _wnn2_ 20s step-start infinite 0s; }
299
+
300
+ @-webkit-keyframes _wnn2_ {
301
+ 0% {
302
+ opacity: 0;
303
+ background-image: url("/images/landing-page.jpg"); }
304
+ 50% {
305
+ opacity: 1;
306
+ background-image: url("/images/landing-page2.jpg"); }
307
+ 100% {
308
+ opacity: 2;
309
+ background-image: url("/images/landing-page3.jpg"); } }
298
310
 
299
311
  @keyframes _wnn2_ {
300
312
  0% {