Skip to content

Commit bb1519a

Browse files
committed
Rename fade to pulse
1 parent d7732c7 commit bb1519a

File tree

5 files changed

+46
-46
lines changed

5 files changed

+46
-46
lines changed

__tests__/fixtures/tailwind-output-ie11.css

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ video {
599599
}
600600
}
601601

602-
@keyframes fade {
602+
@keyframes pulse {
603603
0%, 100% {
604604
opacity: 1;
605605
}
@@ -11006,8 +11006,8 @@ video {
1100611006
animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
1100711007
}
1100811008

11009-
.animate-fade {
11010-
animation: fade 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
11009+
.animate-pulse {
11010+
animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
1101111011
}
1101211012

1101311013
.animate-bounce {
@@ -21405,8 +21405,8 @@ video {
2140521405
animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
2140621406
}
2140721407

21408-
.sm\:animate-fade {
21409-
animation: fade 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
21408+
.sm\:animate-pulse {
21409+
animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
2141021410
}
2141121411

2141221412
.sm\:animate-bounce {
@@ -31805,8 +31805,8 @@ video {
3180531805
animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
3180631806
}
3180731807

31808-
.md\:animate-fade {
31809-
animation: fade 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
31808+
.md\:animate-pulse {
31809+
animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
3181031810
}
3181131811

3181231812
.md\:animate-bounce {
@@ -42205,8 +42205,8 @@ video {
4220542205
animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
4220642206
}
4220742207

42208-
.lg\:animate-fade {
42209-
animation: fade 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
42208+
.lg\:animate-pulse {
42209+
animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
4221042210
}
4221142211

4221242212
.lg\:animate-bounce {
@@ -52605,8 +52605,8 @@ video {
5260552605
animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
5260652606
}
5260752607

52608-
.xl\:animate-fade {
52609-
animation: fade 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
52608+
.xl\:animate-pulse {
52609+
animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
5261052610
}
5261152611

5261252612
.xl\:animate-bounce {

__tests__/fixtures/tailwind-output-important.css

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ video {
599599
}
600600
}
601601

602-
@keyframes fade {
602+
@keyframes pulse {
603603
0%, 100% {
604604
opacity: 1;
605605
}
@@ -14392,8 +14392,8 @@ video {
1439214392
animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
1439314393
}
1439414394

14395-
.animate-fade {
14396-
animation: fade 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
14395+
.animate-pulse {
14396+
animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
1439714397
}
1439814398

1439914399
.animate-bounce {
@@ -28177,8 +28177,8 @@ video {
2817728177
animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
2817828178
}
2817928179

28180-
.sm\:animate-fade {
28181-
animation: fade 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
28180+
.sm\:animate-pulse {
28181+
animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
2818228182
}
2818328183

2818428184
.sm\:animate-bounce {
@@ -41963,8 +41963,8 @@ video {
4196341963
animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
4196441964
}
4196541965

41966-
.md\:animate-fade {
41967-
animation: fade 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
41966+
.md\:animate-pulse {
41967+
animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
4196841968
}
4196941969

4197041970
.md\:animate-bounce {
@@ -55749,8 +55749,8 @@ video {
5574955749
animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
5575055750
}
5575155751

55752-
.lg\:animate-fade {
55753-
animation: fade 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
55752+
.lg\:animate-pulse {
55753+
animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
5575455754
}
5575555755

5575655756
.lg\:animate-bounce {
@@ -69535,8 +69535,8 @@ video {
6953569535
animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
6953669536
}
6953769537

69538-
.xl\:animate-fade {
69539-
animation: fade 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
69538+
.xl\:animate-pulse {
69539+
animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
6954069540
}
6954169541

6954269542
.xl\:animate-bounce {

__tests__/fixtures/tailwind-output-no-color-opacity.css

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ video {
599599
}
600600
}
601601

602-
@keyframes fade {
602+
@keyframes pulse {
603603
0%, 100% {
604604
opacity: 1;
605605
}
@@ -11944,8 +11944,8 @@ video {
1194411944
animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
1194511945
}
1194611946

11947-
.animate-fade {
11948-
animation: fade 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
11947+
.animate-pulse {
11948+
animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
1194911949
}
1195011950

1195111951
.animate-bounce {
@@ -23281,8 +23281,8 @@ video {
2328123281
animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
2328223282
}
2328323283

23284-
.sm\:animate-fade {
23285-
animation: fade 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
23284+
.sm\:animate-pulse {
23285+
animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
2328623286
}
2328723287

2328823288
.sm\:animate-bounce {
@@ -34619,8 +34619,8 @@ video {
3461934619
animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
3462034620
}
3462134621

34622-
.md\:animate-fade {
34623-
animation: fade 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
34622+
.md\:animate-pulse {
34623+
animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
3462434624
}
3462534625

3462634626
.md\:animate-bounce {
@@ -45957,8 +45957,8 @@ video {
4595745957
animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
4595845958
}
4595945959

45960-
.lg\:animate-fade {
45961-
animation: fade 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
45960+
.lg\:animate-pulse {
45961+
animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
4596245962
}
4596345963

4596445964
.lg\:animate-bounce {
@@ -57295,8 +57295,8 @@ video {
5729557295
animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
5729657296
}
5729757297

57298-
.xl\:animate-fade {
57299-
animation: fade 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
57298+
.xl\:animate-pulse {
57299+
animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
5730057300
}
5730157301

5730257302
.xl\:animate-bounce {

__tests__/fixtures/tailwind-output.css

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ video {
599599
}
600600
}
601601

602-
@keyframes fade {
602+
@keyframes pulse {
603603
0%, 100% {
604604
opacity: 1;
605605
}
@@ -14392,8 +14392,8 @@ video {
1439214392
animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
1439314393
}
1439414394

14395-
.animate-fade {
14396-
animation: fade 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
14395+
.animate-pulse {
14396+
animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
1439714397
}
1439814398

1439914399
.animate-bounce {
@@ -28177,8 +28177,8 @@ video {
2817728177
animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
2817828178
}
2817928179

28180-
.sm\:animate-fade {
28181-
animation: fade 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
28180+
.sm\:animate-pulse {
28181+
animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
2818228182
}
2818328183

2818428184
.sm\:animate-bounce {
@@ -41963,8 +41963,8 @@ video {
4196341963
animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
4196441964
}
4196541965

41966-
.md\:animate-fade {
41967-
animation: fade 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
41966+
.md\:animate-pulse {
41967+
animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
4196841968
}
4196941969

4197041970
.md\:animate-bounce {
@@ -55749,8 +55749,8 @@ video {
5574955749
animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
5575055750
}
5575155751

55752-
.lg\:animate-fade {
55753-
animation: fade 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
55752+
.lg\:animate-pulse {
55753+
animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
5575455754
}
5575555755

5575655756
.lg\:animate-bounce {
@@ -69535,8 +69535,8 @@ video {
6953569535
animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
6953669536
}
6953769537

69538-
.xl\:animate-fade {
69539-
animation: fade 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
69538+
.xl\:animate-pulse {
69539+
animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
6954069540
}
6954169541

6954269542
.xl\:animate-bounce {

stubs/defaultConfig.stub.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ module.exports = {
626626
none: 'none',
627627
spin: 'spin 1s linear infinite',
628628
ping: 'ping 1s cubic-bezier(0, 0, 0.2, 1) infinite',
629-
fade: 'fade 2s cubic-bezier(0.4, 0, 0.6, 1) infinite',
629+
pulse: 'pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite',
630630
bounce: 'bounce 1s infinite',
631631
},
632632
keyframes: {
@@ -638,7 +638,7 @@ module.exports = {
638638
'0%': { transform: 'scale(1)', opacity: '1' },
639639
'75%, 100%': { transform: 'scale(2)', opacity: '0' },
640640
},
641-
fade: {
641+
pulse: {
642642
'0%, 100%': { opacity: '1' },
643643
'50%': { opacity: '.5' },
644644
},

0 commit comments

Comments
 (0)