real-world-css-libraries 1.0.3 → 1.0.5

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.
Files changed (40) hide show
  1. package/README.md +38 -3
  2. package/index.js +36 -6
  3. package/libs/30days30submits-18-v0.0.0.css +213 -0
  4. package/libs/amoled-cord-v5.0.11.css +894 -0
  5. package/libs/animating-hamburger-icons-v0.1.0.css +618 -0
  6. package/libs/bootplus-v1.0.5.css +6876 -0
  7. package/libs/enferno-v13.1.1.css +75 -0
  8. package/libs/facebook-buttons-v1.0.0.css +223 -0
  9. package/libs/fluentbird-v1.1.2.css +1060 -0
  10. package/libs/freebies-v0.0.0.css +1110 -0
  11. package/libs/gitweb-theme-v0.0.0.css +764 -0
  12. package/libs/justified-v0.0.0.css +14 -0
  13. package/libs/kickoff-v8.0.0.css +2267 -0
  14. package/libs/knacss-v8.2.0.css +1141 -0
  15. package/libs/linktree-v0.0.0.css +803 -0
  16. package/libs/littlebox-v0.0.4.css +5833 -0
  17. package/libs/lynx-v1.4.0.css +1587 -0
  18. package/libs/obnoxious-v3.5.2.css +1144 -0
  19. package/libs/obsidian-notebook-themes-v2.2.3.css +272 -0
  20. package/libs/patternbolt-v0.0.0.css +861 -0
  21. package/libs/progress-tracker-v3.0.0.css +352 -0
  22. package/libs/proxmorph-v2.7.3.css +3952 -0
  23. package/libs/sapc-apca-v0.0.0.css +5546 -0
  24. package/libs/shina-fox-v0.1.0.css +1194 -0
  25. package/libs/social-signin-buttons-v0.0.0.css +387 -0
  26. package/libs/tailwind-cards-v0.0.0.css +215592 -0
  27. package/libs/the-50-front-end-project-44-v0.0.0.css +459 -0
  28. package/libs/tocas-v5.7.0.css +19928 -0
  29. package/libs/utility-opentype-v0.1.4.css +515 -0
  30. package/libs/vim-css3-syntax-v2.10.0.css +1642 -0
  31. package/libs/waffle-grid-v1.3.6.css +544 -0
  32. package/libs/wikipedia-dark-v3.7.9.css +9990 -0
  33. package/libs/windows-95-v0.0.0.css +393 -0
  34. package/libs/woah-v1.3.1.css +1025 -0
  35. package/libs/yacy-v4.1.2.css +677 -0
  36. package/libs/yue-v1.1.1.css +180 -0
  37. package/package.json +1 -1
  38. package/test.js +3 -4
  39. /package/libs/{responsive-v4.1.4.css → responsive-4-v4.1.4.css} +0 -0
  40. /package/libs/{responsive-v5.0.0.css → responsive-5-v5.0.0.css} +0 -0
@@ -0,0 +1,1025 @@
1
+ /* https://github.com/joerez/Woah.css/blob/master/woah.css */
2
+ /*!
3
+ * Woah.css - http://joerezendes.com/woah.css
4
+ * Version - 1.0
5
+ * Licensed under the MIT license - http://opensource.org/licenses/MIT
6
+ *
7
+ * Github - https://github.com/joerez/Woah.css
8
+ *
9
+ * Copyright (c) 2018 Joe Rezendes
10
+ */
11
+
12
+
13
+
14
+
15
+
16
+ /**
17
+ * Animations
18
+ */
19
+ .woah {
20
+ animation-fill-mode: both;
21
+ }
22
+
23
+ .woah.infinite {
24
+ animation-iteration-count: infinite;
25
+ }
26
+
27
+
28
+ /**
29
+ * Wowzors
30
+ * - Spiral flips and rotates
31
+ */
32
+ @keyframes wowzors {
33
+
34
+ 1% {
35
+ opacity: 0%;
36
+ }
37
+
38
+ 10% {
39
+ opacity: 100%;
40
+ transform: rotate(360deg) translateX(150px) translateY(400px) rotate(-360deg) rotateY(360deg);
41
+ }
42
+
43
+ 20% {
44
+ transform: rotate(720deg) translateX(150px) translateY(350px) rotate(-720deg) rotateY(720deg) ;
45
+ }
46
+
47
+ 30% {
48
+ transform: rotate(1080deg) translateX(150px) translateY(300px) rotate(-1080deg) rotateY(1080deg) ;
49
+ }
50
+
51
+ 40% {
52
+ transform: rotate(1440deg) translateX(150px) translateY(250px) rotate(-1440deg) rotateY(1440deg) ;
53
+ }
54
+
55
+ 50% {
56
+ transform: rotate(1800deg) translateX(150px) translateY(200px) rotate(-1800deg) rotateY(1800deg) ;
57
+ }
58
+
59
+ 60% {
60
+ transform: rotate(1440deg) translateX(150px) translateY(150px) rotate(-1440deg) rotateY(1440deg) ;
61
+ }
62
+
63
+ 70% {
64
+ transform: rotate(1080deg) translateX(150px) translateY(0px) rotate(1080deg) rotateX(180deg);
65
+ }
66
+
67
+
68
+ }
69
+
70
+ .wowzors {
71
+ animation-timing-function: linear;
72
+ transform-origin: bottom center;
73
+ animation-name: wowzors;
74
+ animation-duration: 5s;
75
+ }
76
+
77
+ /**
78
+ * comeInStyle
79
+ * - Comes in style, this isn't your oridinary entrance
80
+ */
81
+ @keyframes comeInStyle {
82
+ 0% {
83
+ opacity: 100%;
84
+ transform: translate3d(0px, -3000px, -2000px);
85
+ }
86
+
87
+ 1% {
88
+ opacity: 0%;
89
+ transform: translate3d(0px, -3000px, -2000px);
90
+ }
91
+
92
+ 25% {
93
+ transform: translate3d(0px, -200px, -200px) scale(3) rotateX(0) rotateY(0);
94
+ }
95
+
96
+ 50% {
97
+ transform: translate3d(200px, -0px, -0px) scale(6) rotateX(180deg) rotateY(90deg);
98
+
99
+ }
100
+
101
+
102
+ 90% {
103
+ opacity: 0%;
104
+ transform: translate3d(-200px, 200px, 200px) scale(3) rotateX(360deg) rotateY(180deg);
105
+ }
106
+
107
+ 100% {
108
+ opacity: 100%;
109
+ transform: none;
110
+ }
111
+
112
+ }
113
+
114
+ .comeInStyle {
115
+ animation-timing-function: ease-out;
116
+ transform-origin: bottom center;
117
+ animation-name: comeInStyle;
118
+ animation-duration: 5s;
119
+ }
120
+
121
+ /**
122
+ * leaveInStyle
123
+ * - Leaves in style, this isn't your oridinary entrance
124
+ */
125
+ @keyframes leaveInStyle {
126
+
127
+ 10% {
128
+ transform: translate3d(0px, -100px, 0px) scale(1);
129
+ }
130
+
131
+ 12% {
132
+ transform: translate3d(0px, 5px, 0px) scale(1);
133
+ }
134
+
135
+ 14% {
136
+ transform: translate3d(0px, -10px, 0px) scale(1);
137
+ }
138
+
139
+ 16% {
140
+ transform: translate3d(0px, 0px, 0px) scale(1);
141
+ }
142
+
143
+ 18% {
144
+ transform: translate3d(0px, 10px, 0px) scale(1);
145
+ }
146
+
147
+ 25% {
148
+ transform: translate3d(0px, 0px, 0px) skewY(10deg) scale(2);
149
+ }
150
+
151
+ 27% {
152
+ transform: translate3d(0px, -5px, 0px) skewY(7deg) scale(1.8);
153
+ }
154
+
155
+ 29% {
156
+ transform: translate3d(0px, 5px, 0px) skewY(10deg) scale(2);
157
+ }
158
+
159
+ 60% {
160
+ transform: translate3d(-400px, 5px, 0px) rotate(360deg) rotateY(-760deg) skewY(-10deg) scale(2);
161
+ }
162
+
163
+ 70% {
164
+ transform: translate3d(400px, 5px, 0px) rotate(0deg) rotateY(-360deg) skewY(10deg) scale(2);
165
+ }
166
+
167
+ 80% {
168
+ transform: translate3d(0px, 0px, 0px) rotateY(0deg) skewY(0deg) scale(1);
169
+ }
170
+
171
+ 90% {
172
+ transform: translate3d(0px, 0px, 0px) rotateY(0deg) rotateX(720deg) scale(1.5);
173
+ }
174
+
175
+ 99% {
176
+ transform: translate3d(0px, 0px, 0px) rotateY(0deg) rotateX(0deg) skewY(0deg) scale(.01);
177
+ }
178
+
179
+ 100% {
180
+ transform: translate3d(0px, 0px, 0px) rotateY(0deg) rotateX(0deg) skewY(0deg) scale(.001);
181
+ visibility: hidden;
182
+ }
183
+
184
+ }
185
+
186
+ .leaveInStyle {
187
+ animation-timing-function: ease-out;
188
+ transform-origin: bottom center;
189
+ animation-name: leaveInStyle;
190
+ animation-duration: 5s;
191
+ animation-fill-mode: forwards;
192
+ }
193
+
194
+
195
+ /**
196
+ * rotateComplex
197
+ * - Comes in style, this isn't your oridinary entrance
198
+ */
199
+ @keyframes rotateComplex {
200
+ 1% {
201
+ opacity: 90%;
202
+ transform: translate3d(0,0,0) rotate(0deg);
203
+ }
204
+ 10% {
205
+ transform: translate3d(200px, -140px, 0) rotate(1080deg);
206
+ }
207
+ 20% {
208
+ transform: translate3d(-200px, 140px, 0) rotate(-160deg);
209
+ }
210
+ 30% {
211
+ transform: translate3d(-200px, -140px, 0) rotate(340deg);
212
+ }
213
+ 40% {
214
+ transform: translate3d(-200px, 140px, 0) rotate(-720deg);
215
+ }
216
+ 50% {
217
+ transform: translate3d(200px, 140px, 0) rotate(120deg) scale(1.2);
218
+ }
219
+ 60% {
220
+ transform: translate3d(0px, 0px, 100px) rotate(1080deg) scale(1.5);
221
+ }
222
+ 65% {
223
+ transform: translate3d(0px, 0px, 200px) rotate(-1080deg) scale(2.0);
224
+ }
225
+ 90% {
226
+ transform: translate3d(0px, 0px, 600px) rotate(6080deg) scale(5.0);
227
+ }
228
+ 100% {
229
+ transform: translate3d(0px, 0px, 0px) rotate(0deg) scale(1.0);
230
+ }
231
+ }
232
+
233
+ .rotateComplex {
234
+ animation-timing-function: linear;
235
+ transform-origin: bottom center;
236
+ animation-name: rotateComplex;
237
+ animation-duration: 5s;
238
+ }
239
+ /**
240
+ * rotateComplexOut
241
+ * - Comes in style, this isn't your oridinary entrance
242
+ */
243
+ @keyframes rotateComplexOut {
244
+ 1% {
245
+ opacity: 90%;
246
+ transform: translate3d(0,0,0) rotate(0deg);
247
+ }
248
+ 10% {
249
+ transform: translate3d(200px, -140px, 0) rotate(1080deg);
250
+ }
251
+ 20% {
252
+ transform: translate3d(-200px, 140px, 0) rotate(-160deg);
253
+ }
254
+ 30% {
255
+ transform: translate3d(-200px, -140px, 0) rotate(340deg);
256
+ }
257
+ 40% {
258
+ transform: translate3d(-200px, 140px, 0) rotate(-720deg);
259
+ }
260
+ 50% {
261
+ transform: translate3d(200px, 140px, 0) rotate(120deg) scale(1.2);
262
+ }
263
+ 60% {
264
+ transform: translate3d(0px, 0px, 100px) rotate(1080deg) scale(1.5);
265
+ }
266
+ 65% {
267
+ transform: translate3d(0px, 0px, 200px) rotate(-1080deg) scale(2.0);
268
+ }
269
+ 90% {
270
+ transform: translate3d(0px, 0px, 600px) rotate(6080deg) scale(5.0);
271
+ }
272
+ 99% {
273
+ transform: translate3d(0px, 0px, 0px) rotate(0deg) scale(.01);
274
+ opacity: 100%
275
+ }
276
+ 100% {
277
+ display: none;
278
+ transform: translate3d(0px, 0px, 0px) rotate(0deg) scale(0);
279
+ opacity: 0%;
280
+ }
281
+
282
+ }
283
+
284
+ .rotateComplexOut {
285
+ animation-timing-function: linear;
286
+ transform-origin: bottom center;
287
+ animation-name: rotateComplexOut;
288
+ animation-duration: 5s;
289
+ }
290
+
291
+ /**
292
+ * flyOut
293
+ * - Flies out
294
+ */
295
+ @keyframes flyOut {
296
+
297
+ 1% {
298
+ transform: translate3d(0,0,0) scale(1);
299
+ }
300
+
301
+
302
+ 20% {
303
+ transform: translate3d(0,100px,400px) rotateX(90deg);
304
+ }
305
+ 30% {
306
+ transform: translate3d(300px,0px,100px) rotateX(95deg);
307
+ }
308
+ 40% {
309
+ transform: translate3d(-600px,-200px,0px) rotateX(80deg);
310
+ }
311
+ 60% {
312
+ transform: translate3d(2000px,-2000px,0px) rotateX(0deg);
313
+ }
314
+ 70% {
315
+ transform: translate3d(-2000px, 2000px, 0px) rotateX(60deg) scale(5);
316
+ }
317
+ 80% {
318
+ transform: translate3d(0,4000px,0px);
319
+ }
320
+ 85% {
321
+ transform: translate3d(-0px,-0px,0px) scale(.07);
322
+ }
323
+ 100% {
324
+ transform: translate3d(2000px,-2000px,0px);
325
+ display: none;
326
+ }
327
+ }
328
+
329
+ .flyOut {
330
+ animation-timing-function: ease-out;
331
+ transform-origin: bottom center;
332
+ animation-name: flyOut;
333
+ animation-duration: 5s;
334
+ }
335
+
336
+
337
+ /**
338
+ * flyIn
339
+ * - Flies In
340
+ */
341
+ @keyframes flyIn {
342
+
343
+ 0% {
344
+ transform: translate3d(2000px,-2000px,0px);
345
+ display: none;
346
+ }
347
+
348
+ 10%, 15% {
349
+ transform: translate3d(-0px,-0px,0px) scale(.07);
350
+ }
351
+
352
+ 20% {
353
+ transform: translate3d(0,1000px,0px);
354
+ }
355
+ 30% {
356
+ transform: translate3d(-2000px, 2000px, 0px) rotateX(60deg) scale(5);
357
+ }
358
+ 40% {
359
+ transform: translate3d(2000px,-2000px,0px) rotateX(0deg) scale(2);
360
+ }
361
+ 60% {
362
+ transform: translate3d(-600px,-200px,0px) rotateX(0deg) scale(.3);
363
+ }
364
+
365
+ 80% {
366
+ transform: translate3d(0,0,0) scale(.01);
367
+ }
368
+
369
+ 100% {
370
+ transform: translate3d(0,0,0);
371
+ }
372
+ }
373
+
374
+ .flyIn {
375
+ animation-timing-function: ease-out;
376
+ transform-origin: bottom center;
377
+ animation-name: flyIn;
378
+ animation-duration: 5s;
379
+ }
380
+
381
+
382
+ /**
383
+ * blackMirror
384
+ * - Woah
385
+ */
386
+ @keyframes blackMirror {
387
+
388
+ 0% {
389
+ transition: none;
390
+ }
391
+
392
+ 1% {
393
+ transform: translate3d(0,0,0);
394
+ }
395
+
396
+ 50% {
397
+ transform: translate3d(200px,0,0);
398
+ background: rgba(0,0,0,1);
399
+ }
400
+
401
+ 99% {
402
+ transform: translate3d(-200px,0,0);
403
+ background: rgba(0,0,0,1);
404
+ }
405
+
406
+ 100% {
407
+ transform: translate3d(0,0,0);
408
+ }
409
+
410
+ }
411
+
412
+
413
+
414
+ .blackMirror {
415
+ animation-timing-function: ease-out;
416
+ transform-origin: bottom center;
417
+ animation-name: blackMirror;
418
+ animation-duration: .01s;
419
+ animation-iteration-count: 1200;
420
+ }
421
+ /**
422
+ * blackMirrorTextVersion
423
+ * - Woah (Black Text)
424
+ */
425
+ @keyframes blackMirrorTextVersion {
426
+ 1% {
427
+ transform: translate3d(0,0,0);
428
+ }
429
+
430
+ 50% {
431
+ transform: translate3d(200px,0,0);
432
+ color: black;
433
+ }
434
+
435
+ 99% {
436
+ transform: translate3d(-200px,0,0);
437
+ color: black;
438
+ }
439
+
440
+ 100% {
441
+ transform: translate3d(0,0,0);
442
+ }
443
+
444
+ }
445
+
446
+
447
+
448
+ .blackMirrorTextVersion {
449
+ animation-timing-function: ease-out;
450
+ transform-origin: bottom center;
451
+ animation-name: blackMirrorTextVersion;
452
+ animation-duration: .01s;
453
+ animation-iteration-count: 600;
454
+ }
455
+
456
+
457
+ /**
458
+ * spin3D
459
+ * - Spins in 3D
460
+ */
461
+ @keyframes spin3D {
462
+
463
+ 15% {
464
+ transform: rotateY(180deg) scale(2);
465
+ }
466
+
467
+ 30% {
468
+ transform: rotateX(360deg) rotateY(180deg) skewX(50deg) scale(2);
469
+ }
470
+
471
+ 45% {
472
+ transform: rotateX(480deg) rotateY(360deg) skewX(-50deg) skewY(0deg) scale(1.5);
473
+ }
474
+
475
+ 60% {
476
+ transform: rotateX(0deg) rotateY(0deg) skewX(0deg) skewY(0deg) scale(2);
477
+ }
478
+
479
+ 70% {
480
+ transform: rotateX(0deg) rotateY(0deg) skewX(0deg) skewY(0deg) scale(3);
481
+ }
482
+
483
+ 80% {
484
+ transform: rotateX(0deg) rotateY(540deg) skewX(0deg) skewY(0deg) scale(3);
485
+ }
486
+
487
+ 90% {
488
+ transform: rotateX(180deg) rotateY(1080deg) skewX(0deg) skewY(0deg) scale(.3);
489
+ }
490
+
491
+ 97% {
492
+ transform: rotateX(40deg) rotateY(80deg) skewX(0deg) skewY(0deg) scale(2);
493
+ }
494
+
495
+
496
+ }
497
+
498
+
499
+
500
+ .spin3D {
501
+ animation-timing-function: linear;
502
+ transform-origin: bottom center;
503
+ animation-name: spin3D;
504
+ animation-duration: 5s;
505
+ }
506
+
507
+ /**
508
+ * simpleEntrance
509
+ * - enter in simply
510
+ */
511
+ @keyframes simpleEntrance {
512
+
513
+ 0% {
514
+ opacity: 0%;
515
+ transform: translate3d(-2000px,500px,0) scale(10);
516
+ }
517
+
518
+ 1% {
519
+ opacity: 100%
520
+ }
521
+
522
+ 40% {
523
+ transform: translate3d(2000px,0px,0) scale(5);
524
+ }
525
+ 50% {
526
+ transform: translate3d(-2000px,-100px,0) scale(3);
527
+ }
528
+ 60% {
529
+ transform: translate3d(2000px,100px,0) scale(2);
530
+ }
531
+ 70% {
532
+ transform: translate3d(-2000px,400px,0) scale(.1);
533
+ }
534
+
535
+ 75% {
536
+ transform: translate3d(0px,0px,0) scale(.1);
537
+ }
538
+
539
+ 80% {
540
+ transform: rotate(360deg) translateX(150px) rotate(-360deg)
541
+ }
542
+
543
+ }
544
+
545
+ .simpleEntrance {
546
+ animation-timing-function: linear;
547
+ transform-origin: bottom center;
548
+ animation-name: simpleEntrance;
549
+ animation-duration: 10s;
550
+ }
551
+
552
+
553
+ /**
554
+ * scaleOut
555
+ * - Big Scale Out
556
+ */
557
+ @keyframes scaleOut {
558
+
559
+ from {
560
+ transform: scale(.1) translate3d(0,0px,0);
561
+ }
562
+
563
+ 80% {
564
+ transform: scale(4) translate3d(0, 70px, 0);
565
+ box-shadow: 0px 200px 200px 200px rgba(0,0,0,1);
566
+ }
567
+
568
+
569
+
570
+ 100% {
571
+ transform: scale(0) translate3d(0,0px,0);
572
+ visibility: hidden;
573
+ }
574
+
575
+ }
576
+
577
+
578
+
579
+
580
+
581
+ .scaleOut {
582
+ animation-timing-function: linear;
583
+ transform-origin: bottom center;
584
+ animation-name: scaleOut;
585
+ animation-duration: 3s;
586
+ background: url('https://i.imgur.com/XB0kRsy.gif');
587
+ background-size: cover;
588
+ background-repeat: no-repeat;
589
+ background-position: center;
590
+ }
591
+
592
+
593
+ /**
594
+ * dealWithIt
595
+ * - Sunglasses and coolness.
596
+ */
597
+ @keyframes dealWithIt {
598
+
599
+ 1% {
600
+ transform: translate3d(0,0,0) scale(1);
601
+ opacity: 1;
602
+ }
603
+
604
+
605
+ 30% {
606
+ transform: translate3d(0,160px,0) scale(1);
607
+ opacity: 1;
608
+ }
609
+
610
+ 70% {
611
+ transform: translate3d(0,160px,0) scale(1);
612
+ opacity: 1;
613
+ }
614
+
615
+ 85% {
616
+ transform: translate3d(0,160px,0) scale(1);
617
+ opacity: 1;
618
+ }
619
+
620
+ 99% {
621
+ transform: translate3d(0,-2000px,0) scale(1);
622
+ }
623
+
624
+ to {
625
+ visibility: hidden;
626
+ opacity: 0;
627
+ }
628
+
629
+ }
630
+
631
+ @keyframes dealWithItNorm {
632
+
633
+ 1% {
634
+
635
+ }
636
+
637
+ 30% {
638
+ transform: translate3d(0,0px,0) scale(1);
639
+ opacity: 1;
640
+ }
641
+
642
+ 40% {
643
+ transform: rotate(10deg);
644
+ opacity: 1;
645
+ }
646
+
647
+ 50% {
648
+ transform: rotate(-10deg);
649
+ }
650
+
651
+ 60% {
652
+ transform: rotate(10deg);
653
+ }
654
+
655
+ 70% {
656
+ transform: rotate(-10deg);
657
+ }
658
+
659
+ 80% {
660
+ transform: rotate(0deg);
661
+ }
662
+
663
+
664
+ }
665
+
666
+
667
+ .dealWithIt::after {
668
+ height: 300px;
669
+ width: 300px;
670
+ z-index: 5;
671
+ background-repeat: no-repeat;
672
+ content: '';
673
+ background: url('http://www.stickpng.com/assets/thumbs/584999a27b7d4d76317f5ffe.png');
674
+ animation-timing-function: ease-in-out;
675
+ transform-origin: bottom center;
676
+ animation-name: dealWithIt;
677
+ animation-duration: 5s;
678
+ animation-fill-mode: forwards;
679
+ vertical-align: baseline;
680
+ position: absolute;
681
+ top: -200%;
682
+ right: -50%;
683
+ bottom: -50%;
684
+ left: -50%;
685
+
686
+ }
687
+
688
+ .dealWithIt {
689
+ /*position: absolute;*/
690
+ animation-timing-function: ease-in-out;
691
+ transform-origin: bottom center;
692
+ animation-name: dealWithItNorm;
693
+ animation-duration: 5s;
694
+ }
695
+
696
+
697
+ /**
698
+ * fedoraTip
699
+ * - Tip your fedora.
700
+ */
701
+ @keyframes fedoraTip {
702
+
703
+ 5% {
704
+ transform: translate3d(-80px,60px,0) scale(.8);
705
+ opacity: 1;
706
+ }
707
+
708
+
709
+ 40% {
710
+ transform: translate3d(-80px,60px,0) rotate(-30deg) scale(.8);
711
+ opacity: 1;
712
+ }
713
+
714
+ 60% {
715
+ transform: translate3d(-80px,60px,0) rotate(0deg) scale(.8);
716
+ opacity: 1;
717
+ }
718
+
719
+
720
+ to {
721
+ transform: translate3d(-80px,-2000px,0) rotate(180deg) scale(.8);
722
+ visibility: hidden;
723
+ opacity: 1;
724
+ }
725
+
726
+ }
727
+
728
+ @keyframes fedoraTipNorm {
729
+
730
+ 1% {
731
+
732
+ }
733
+
734
+ 10% {
735
+ transform: translate3d(0,0px,0) rotate(0deg) scale(1);
736
+ }
737
+
738
+ 30% {
739
+ transform: translate3d(0,0px,0) rotate(-5deg) scale(1);
740
+ opacity: 1;
741
+ box-shadow: 0px 5px 10px rgba(0,0,0,1);
742
+ }
743
+
744
+ 70% {
745
+ transform: translate3d(0,0px,0) rotate(0deg) scale(1);
746
+ opacity: 1;
747
+ }
748
+
749
+
750
+
751
+ }
752
+
753
+
754
+ .fedoraTip::after {
755
+ z-index: 5;
756
+ width: 450px;
757
+ content: '';
758
+ background: url('https://vignette.wikia.nocookie.net/roblox/images/3/39/ROBLOX_Black_Pinstripe_Fedora.png/revision/latest?cb=20170213154343');
759
+ background-repeat: no-repeat;
760
+ animation-timing-function: ease-in-out;
761
+ transform-origin: bottom center;
762
+ animation-name: fedoraTip;
763
+ animation-duration: 5s;
764
+ animation-fill-mode: forwards;
765
+ vertical-align: baseline;
766
+ position: absolute;
767
+ top: -200%;
768
+ right: -50%;
769
+ bottom: -50%;
770
+ left: -50%;
771
+
772
+ }
773
+
774
+ .fedoraTip {
775
+ /*position: absolute;*/
776
+ animation-timing-function: ease-in-out;
777
+ transform-origin: bottom center;
778
+ animation-name: fedoraTipNorm;
779
+ animation-duration: 5s;
780
+ }
781
+
782
+
783
+
784
+
785
+ /****************WOW***************/
786
+
787
+ /**
788
+ * blazingStar
789
+ * - Radiate shiny things
790
+ */
791
+ @keyframes blazingStar {
792
+ 1% {
793
+ border-radius: none;
794
+ box-shadow: 0px 0px 40px rgba(255, 255, 0,.6);
795
+ transform: scale(1);
796
+ }
797
+ 10% {
798
+ box-shadow: 0px 0px 0px;
799
+ /*border-radius: 50%;*/
800
+ transform: scale(1);
801
+ }
802
+ 20% {
803
+ box-shadow: 0px 0px 120px rgba(255, 255, 0,.6);
804
+ /*border-radius: 50%;*/
805
+ transform: scale(1);
806
+ }
807
+ 30% {
808
+ box-shadow: 0px 0px 0px;
809
+ /*border-radius: 50%;*/
810
+ transform: scale(1);
811
+ }
812
+ 40% {
813
+ box-shadow: 0px 0px 120px rgba(255, 255, 0,.6);
814
+ /*border-radius: 50%;*/
815
+ transform: scale(1);
816
+ }
817
+ 50% {
818
+ box-shadow: 0px 0px 0px;
819
+ /*border-radius: 50%;*/
820
+ transform: scale(1);
821
+ }
822
+ 60% {
823
+ box-shadow: 0px 0px 20vh rgba(255, 255, 0,1);
824
+ /*border-radius: 50%;*/
825
+ transform: scale(1);
826
+ }
827
+
828
+ 70% {
829
+ box-shadow: 0px 0px 0px;
830
+ /*border-radius: 50%;*/
831
+ transform: scale(1);
832
+ }
833
+ 80% {
834
+ box-shadow: 0px 0px 20vh rgba(255, 255, 0,1);
835
+ /*border-radius: 50%;*/
836
+ transform: scale(1);
837
+ }
838
+
839
+ 90% {
840
+ box-shadow: 0px 0px 0px;
841
+ /*border-radius: 50%;*/
842
+ transform: scale(1);
843
+ }
844
+ 99% {
845
+ box-shadow: 0px 0px 20vh rgba(255, 255, 0,1);
846
+ /*border-radius: 50%;*/
847
+ transform: scale(1.1);
848
+ }
849
+ }
850
+
851
+ .blazingStar {
852
+ animation-timing-function: ease-out;
853
+ transform-origin: bottom center;
854
+ animation-name: blazingStar;
855
+ animation-duration: 5s;
856
+ }
857
+
858
+ /**
859
+ * blazingStarText
860
+ * - Radiate shiny text
861
+ */
862
+ @keyframes blazingStarText {
863
+ 1% {
864
+ text-shadow: 0px 0px 20vh rgba(255, 255, 0,1);
865
+ transform: scale(1);
866
+ }
867
+ 10% {
868
+ text-shadow: 0px 0px 0vh rgba(255, 255, 0,0);
869
+ transform: scale(1);
870
+ }
871
+ 20% {
872
+ text-shadow: 0px 0px 20vh rgba(255, 255, 0,1);
873
+ transform: scale(1);
874
+ }
875
+ 30% {
876
+ text-shadow: 0px 0px 0vh rgba(255, 255, 0,0);
877
+ transform: scale(1);
878
+ }
879
+ 40% {
880
+ text-shadow: 0px 0px 20vh rgba(255, 255, 0,1);
881
+ transform: scale(1);
882
+ }
883
+ 50% {
884
+ text-shadow: 0px 0px 0vh rgba(255, 255, 0,0);
885
+ transform: scale(1);
886
+ }
887
+ 60% {
888
+ text-shadow: 0px 0px 20vh rgba(255, 255, 0,1);
889
+ transform: scale(1);
890
+ }
891
+
892
+ 70% {
893
+ text-shadow: 0px 0px 0vh rgba(255, 255, 0,0);
894
+ transform: scale(1);
895
+ }
896
+ 80% {
897
+ text-shadow: 0px 0px 20vh rgba(255, 255, 0,1);
898
+ transform: scale(1);
899
+ }
900
+
901
+ 90% {
902
+ text-shadow: 0px 0px 0vh rgba(255, 255, 0,0);
903
+ transform: scale(1);
904
+ }
905
+ 99% {
906
+ text-shadow: 0px 0px 20vh rgba(255, 255, 0,1);
907
+ transform: scale(1);
908
+ }
909
+ }
910
+
911
+ .blazingStarText {
912
+ animation-timing-function: ease-out;
913
+ transform-origin: bottom center;
914
+ animation-name: blazingStarText;
915
+ animation-duration: 5s;
916
+ }
917
+
918
+
919
+ /**
920
+ * starWars
921
+ * - Starwars sequence
922
+ */
923
+ @keyframes starWars {
924
+ 0% {
925
+ transform: translate3d(0,500px,0) rotateX(-60deg) scale(2);
926
+ }
927
+ 99.9% {
928
+ transform: translate3d(0, -1000px, 0) rotateX(60deg) scale(.19);
929
+ }
930
+ 100% {
931
+ display: none;
932
+ }
933
+ }
934
+
935
+ .starWars {
936
+ animation-timing-function: ease-out;
937
+ transform-origin: bottom center;
938
+ animation-name: starWars;
939
+ animation-duration: 10s;
940
+ }
941
+
942
+
943
+ /**************** NORMIE *************/
944
+
945
+ /**
946
+ * fadeIn
947
+ * - fades in
948
+ */
949
+ @keyframes fadeIn {
950
+ from {
951
+ opacity: 0;
952
+ }
953
+
954
+ to {
955
+ opacity: 1;
956
+ }
957
+
958
+ }
959
+
960
+ .fadeIn {
961
+ animation-timing-function: linear;
962
+ transform-origin: bottom center;
963
+ animation-name: fadeIn;
964
+ animation-duration: .3s;
965
+ }
966
+
967
+
968
+ /**
969
+ * Pulse
970
+ * - Increases and decreases in size
971
+ */
972
+ @keyframes pulse {
973
+ from {
974
+ transform: scale(1);
975
+ }
976
+
977
+ 50% {
978
+ transform: scale(1.1);
979
+ }
980
+
981
+ to {
982
+ transform: scale(1);
983
+ }
984
+
985
+ }
986
+
987
+ .pulse {
988
+ animation-timing-function: linear;
989
+ transform-origin: bottom center;
990
+ animation-name: pulse;
991
+ animation-duration: .75s;
992
+ animation-iteration-count: 3;
993
+ }
994
+
995
+ /**
996
+ * shaker
997
+ * - Increases and decreases in size
998
+ */
999
+ @keyframes shaker {
1000
+ from {
1001
+ transform: translate3d(0,0,0);
1002
+ }
1003
+
1004
+ 33% {
1005
+ transform: translate3d(-20px,10px,0);
1006
+ }
1007
+
1008
+ 66% {
1009
+ transform: translate3d(20px,0px,0);
1010
+ }
1011
+
1012
+
1013
+ to {
1014
+ transform: translate3d(0,0,0);
1015
+ }
1016
+
1017
+ }
1018
+
1019
+ .shaker {
1020
+ animation-timing-function: linear;
1021
+ transform-origin: bottom center;
1022
+ animation-name: shaker;
1023
+ animation-duration: .1s;
1024
+ animation-iteration-count: 10;
1025
+ }