| @@ -13,34 +13,10 @@ | ||
| 13 | 13 | |
| 14 | 14 | .frm-fadein-down-short { |
| 15 | 15 | animation: fadeInDownShort 300ms ease-out forwards; |
| 16 | 16 | } |
| 17 | - | |
| 18 | -.frm-fadeout { | |
| 19 | - animation: fadeOut var(--fadeout-time, 400ms) ease-in-out forwards; | |
| 20 | -} | |
| 21 | 17 | /* END fadeIn */ |
| 22 | 18 | |
| 23 | -/* pulse */ | |
| 24 | -.frm-pulse { | |
| 25 | - position: relative; | |
| 26 | -} | |
| 27 | - | |
| 28 | -.frm-pulse::after { | |
| 29 | - content: ''; | |
| 30 | - position: absolute; | |
| 31 | - top: 0; | |
| 32 | - left: 0; | |
| 33 | - width: 100%; | |
| 34 | - height: 100%; | |
| 35 | - border-radius: inherit; | |
| 36 | - background-color: inherit; | |
| 37 | - z-index: -1; | |
| 38 | - animation: pulse 2s ease-out 650ms infinite; | |
| 39 | - will-change: transform, opacity; | |
| 40 | -} | |
| 41 | -/* END pulse */ | |
| 42 | - | |
| 43 | 19 | /* slide down */ |
| 44 | 20 | .frm-slide-down, |
| 45 | 21 | .frm-collapse-me { |
| 46 | 22 | animation: slideDown var(--slide-time, 2000ms) cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards; |
| @@ -78,12 +54,8 @@ | ||
| 78 | 54 | transition: 0.35s transform, 0.5s opacity linear; |
| 79 | 55 | } |
| 80 | 56 | /* END FadeIn 3d */ |
| 81 | 57 | |
| 82 | -.frm-background-highlight { | |
| 83 | - animation: backgroundHighlight var(--highlight-time, 2750ms) ease-in forwards; | |
| 84 | -} | |
| 85 | - | |
| 86 | 58 | @keyframes fadeIn { |
| 87 | 59 | 0% { |
| 88 | 60 | opacity: 0; |
| 89 | 61 | } |
| @@ -92,18 +64,8 @@ | ||
| 92 | 64 | opacity: 1; |
| 93 | 65 | } |
| 94 | 66 | } |
| 95 | 67 | |
| 96 | -@keyframes fadeOut { | |
| 97 | - 0% { | |
| 98 | - opacity: 1; | |
| 99 | - } | |
| 100 | - | |
| 101 | - 100% { | |
| 102 | - opacity: 0; | |
| 103 | - } | |
| 104 | -} | |
| 105 | - | |
| 106 | 68 | @keyframes fadeInUp { |
| 107 | 69 | 0% { |
| 108 | 70 | opacity: 0; |
| 109 | 71 | transform: translateY(10px); |
| @@ -156,37 +118,6 @@ | ||
| 156 | 118 | } |
| 157 | 119 | |
| 158 | 120 | 100% { |
| 159 | 121 | max-height: none; |
| 160 | - } | |
| 161 | -} | |
| 162 | - | |
| 163 | -@keyframes backgroundHighlight { | |
| 164 | - 0% { | |
| 165 | - background-color: var(--primary-25); | |
| 166 | - } | |
| 167 | - | |
| 168 | - 90% { | |
| 169 | - background-color: var(--primary-25); | |
| 170 | - } | |
| 171 | - | |
| 172 | - 100% { | |
| 173 | - background-color: #fff; | |
| 174 | - } | |
| 175 | -} | |
| 176 | - | |
| 177 | -@keyframes pulse { | |
| 178 | - 0% { | |
| 179 | - transform: scale(1); | |
| 180 | - opacity: 0.8; | |
| 181 | - } | |
| 182 | - | |
| 183 | - 70% { | |
| 184 | - transform: scale(2.2); | |
| 185 | - opacity: 0; | |
| 186 | - } | |
| 187 | - | |
| 188 | - 100% { | |
| 189 | - transform: scale(2.2); | |
| 190 | - opacity: 0; | |
| 191 | 122 | } |
| 192 | 123 | } |