Sha256: 86e6a676250425bfad8d6eb777cd0a36c606f6fba11cd4e98bc38165b9d7068c
Contents?: true
Size: 1.2 KB
Versions: 12
Compression:
Stored size: 1.2 KB
Contents
/* # ----------------------------------------------------------------------------- # ~/assets/themes/j1/modules/spinner/css/spin.js # Provides the CSS styles for spin.js # # Product/Info: # https://jekyll.one # https://github.com/fgnass/spin.js # # Copyright (C) 2023, 2024 Juergen Adams # Copyright (c) 2011-2018 Felix Gnass # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE.md # Spin is licensed under the MIT License. # See: https://github.com/fgnass/spin.js/blob/master/LICENSE.md # ----------------------------------------------------------------------------- */ @keyframes spinner-line-fade-more { 0%, 100% { opacity: 0; /* minimum opacity */ } 1% { opacity: 1; } } @keyframes spinner-line-fade-quick { 0%, 39%, 100% { opacity: 0.25; /* minimum opacity */ } 40% { opacity: 1; } } @keyframes spinner-line-fade-default { 0%, 100% { opacity: 0.22; /* minimum opacity */ } 1% { opacity: 1; } } @keyframes spinner-line-shrink { 0%, 25%, 100% { /* minimum scale and opacity */ transform: scale(0.5); opacity: 0.25; } 26% { transform: scale(1); opacity: 1; } }
Version data entries
12 entries across 12 versions & 1 rubygems