Skip to content

Commit 8d970a5

Browse files
authored
Merge pull request #1462 from philippbosch/transition-delay
Add support for transition-delay
2 parents dab0de2 + 0034fb8 commit 8d970a5

File tree

5 files changed

+338
-0
lines changed

5 files changed

+338
-0
lines changed

__tests__/fixtures/tailwind-output-important.css

Lines changed: 160 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10917,6 +10917,38 @@ video {
1091710917
transition-duration: 1000ms !important;
1091810918
}
1091910919

10920+
.delay-75 {
10921+
transition-delay: 75ms !important;
10922+
}
10923+
10924+
.delay-100 {
10925+
transition-delay: 100ms !important;
10926+
}
10927+
10928+
.delay-150 {
10929+
transition-delay: 150ms !important;
10930+
}
10931+
10932+
.delay-200 {
10933+
transition-delay: 200ms !important;
10934+
}
10935+
10936+
.delay-300 {
10937+
transition-delay: 300ms !important;
10938+
}
10939+
10940+
.delay-500 {
10941+
transition-delay: 500ms !important;
10942+
}
10943+
10944+
.delay-700 {
10945+
transition-delay: 700ms !important;
10946+
}
10947+
10948+
.delay-1000 {
10949+
transition-delay: 1000ms !important;
10950+
}
10951+
1092010952
.example {
1092110953
font-weight: 700;
1092210954
color: #f56565;
@@ -21234,6 +21266,38 @@ video {
2123421266
transition-duration: 1000ms !important;
2123521267
}
2123621268

21269+
.sm\:delay-75 {
21270+
transition-delay: 75ms !important;
21271+
}
21272+
21273+
.sm\:delay-100 {
21274+
transition-delay: 100ms !important;
21275+
}
21276+
21277+
.sm\:delay-150 {
21278+
transition-delay: 150ms !important;
21279+
}
21280+
21281+
.sm\:delay-200 {
21282+
transition-delay: 200ms !important;
21283+
}
21284+
21285+
.sm\:delay-300 {
21286+
transition-delay: 300ms !important;
21287+
}
21288+
21289+
.sm\:delay-500 {
21290+
transition-delay: 500ms !important;
21291+
}
21292+
21293+
.sm\:delay-700 {
21294+
transition-delay: 700ms !important;
21295+
}
21296+
21297+
.sm\:delay-1000 {
21298+
transition-delay: 1000ms !important;
21299+
}
21300+
2123721301
.sm\:example {
2123821302
font-weight: 700;
2123921303
color: #f56565;
@@ -31552,6 +31616,38 @@ video {
3155231616
transition-duration: 1000ms !important;
3155331617
}
3155431618

31619+
.md\:delay-75 {
31620+
transition-delay: 75ms !important;
31621+
}
31622+
31623+
.md\:delay-100 {
31624+
transition-delay: 100ms !important;
31625+
}
31626+
31627+
.md\:delay-150 {
31628+
transition-delay: 150ms !important;
31629+
}
31630+
31631+
.md\:delay-200 {
31632+
transition-delay: 200ms !important;
31633+
}
31634+
31635+
.md\:delay-300 {
31636+
transition-delay: 300ms !important;
31637+
}
31638+
31639+
.md\:delay-500 {
31640+
transition-delay: 500ms !important;
31641+
}
31642+
31643+
.md\:delay-700 {
31644+
transition-delay: 700ms !important;
31645+
}
31646+
31647+
.md\:delay-1000 {
31648+
transition-delay: 1000ms !important;
31649+
}
31650+
3155531651
.md\:example {
3155631652
font-weight: 700;
3155731653
color: #f56565;
@@ -41870,6 +41966,38 @@ video {
4187041966
transition-duration: 1000ms !important;
4187141967
}
4187241968

41969+
.lg\:delay-75 {
41970+
transition-delay: 75ms !important;
41971+
}
41972+
41973+
.lg\:delay-100 {
41974+
transition-delay: 100ms !important;
41975+
}
41976+
41977+
.lg\:delay-150 {
41978+
transition-delay: 150ms !important;
41979+
}
41980+
41981+
.lg\:delay-200 {
41982+
transition-delay: 200ms !important;
41983+
}
41984+
41985+
.lg\:delay-300 {
41986+
transition-delay: 300ms !important;
41987+
}
41988+
41989+
.lg\:delay-500 {
41990+
transition-delay: 500ms !important;
41991+
}
41992+
41993+
.lg\:delay-700 {
41994+
transition-delay: 700ms !important;
41995+
}
41996+
41997+
.lg\:delay-1000 {
41998+
transition-delay: 1000ms !important;
41999+
}
42000+
4187342001
.lg\:example {
4187442002
font-weight: 700;
4187542003
color: #f56565;
@@ -52188,6 +52316,38 @@ video {
5218852316
transition-duration: 1000ms !important;
5218952317
}
5219052318

52319+
.xl\:delay-75 {
52320+
transition-delay: 75ms !important;
52321+
}
52322+
52323+
.xl\:delay-100 {
52324+
transition-delay: 100ms !important;
52325+
}
52326+
52327+
.xl\:delay-150 {
52328+
transition-delay: 150ms !important;
52329+
}
52330+
52331+
.xl\:delay-200 {
52332+
transition-delay: 200ms !important;
52333+
}
52334+
52335+
.xl\:delay-300 {
52336+
transition-delay: 300ms !important;
52337+
}
52338+
52339+
.xl\:delay-500 {
52340+
transition-delay: 500ms !important;
52341+
}
52342+
52343+
.xl\:delay-700 {
52344+
transition-delay: 700ms !important;
52345+
}
52346+
52347+
.xl\:delay-1000 {
52348+
transition-delay: 1000ms !important;
52349+
}
52350+
5219152351
.xl\:example {
5219252352
font-weight: 700;
5219352353
color: #f56565;

__tests__/fixtures/tailwind-output.css

Lines changed: 160 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10917,6 +10917,38 @@ video {
1091710917
transition-duration: 1000ms;
1091810918
}
1091910919

10920+
.delay-75 {
10921+
transition-delay: 75ms;
10922+
}
10923+
10924+
.delay-100 {
10925+
transition-delay: 100ms;
10926+
}
10927+
10928+
.delay-150 {
10929+
transition-delay: 150ms;
10930+
}
10931+
10932+
.delay-200 {
10933+
transition-delay: 200ms;
10934+
}
10935+
10936+
.delay-300 {
10937+
transition-delay: 300ms;
10938+
}
10939+
10940+
.delay-500 {
10941+
transition-delay: 500ms;
10942+
}
10943+
10944+
.delay-700 {
10945+
transition-delay: 700ms;
10946+
}
10947+
10948+
.delay-1000 {
10949+
transition-delay: 1000ms;
10950+
}
10951+
1092010952
.example {
1092110953
font-weight: 700;
1092210954
color: #f56565;
@@ -21234,6 +21266,38 @@ video {
2123421266
transition-duration: 1000ms;
2123521267
}
2123621268

21269+
.sm\:delay-75 {
21270+
transition-delay: 75ms;
21271+
}
21272+
21273+
.sm\:delay-100 {
21274+
transition-delay: 100ms;
21275+
}
21276+
21277+
.sm\:delay-150 {
21278+
transition-delay: 150ms;
21279+
}
21280+
21281+
.sm\:delay-200 {
21282+
transition-delay: 200ms;
21283+
}
21284+
21285+
.sm\:delay-300 {
21286+
transition-delay: 300ms;
21287+
}
21288+
21289+
.sm\:delay-500 {
21290+
transition-delay: 500ms;
21291+
}
21292+
21293+
.sm\:delay-700 {
21294+
transition-delay: 700ms;
21295+
}
21296+
21297+
.sm\:delay-1000 {
21298+
transition-delay: 1000ms;
21299+
}
21300+
2123721301
.sm\:example {
2123821302
font-weight: 700;
2123921303
color: #f56565;
@@ -31552,6 +31616,38 @@ video {
3155231616
transition-duration: 1000ms;
3155331617
}
3155431618

31619+
.md\:delay-75 {
31620+
transition-delay: 75ms;
31621+
}
31622+
31623+
.md\:delay-100 {
31624+
transition-delay: 100ms;
31625+
}
31626+
31627+
.md\:delay-150 {
31628+
transition-delay: 150ms;
31629+
}
31630+
31631+
.md\:delay-200 {
31632+
transition-delay: 200ms;
31633+
}
31634+
31635+
.md\:delay-300 {
31636+
transition-delay: 300ms;
31637+
}
31638+
31639+
.md\:delay-500 {
31640+
transition-delay: 500ms;
31641+
}
31642+
31643+
.md\:delay-700 {
31644+
transition-delay: 700ms;
31645+
}
31646+
31647+
.md\:delay-1000 {
31648+
transition-delay: 1000ms;
31649+
}
31650+
3155531651
.md\:example {
3155631652
font-weight: 700;
3155731653
color: #f56565;
@@ -41870,6 +41966,38 @@ video {
4187041966
transition-duration: 1000ms;
4187141967
}
4187241968

41969+
.lg\:delay-75 {
41970+
transition-delay: 75ms;
41971+
}
41972+
41973+
.lg\:delay-100 {
41974+
transition-delay: 100ms;
41975+
}
41976+
41977+
.lg\:delay-150 {
41978+
transition-delay: 150ms;
41979+
}
41980+
41981+
.lg\:delay-200 {
41982+
transition-delay: 200ms;
41983+
}
41984+
41985+
.lg\:delay-300 {
41986+
transition-delay: 300ms;
41987+
}
41988+
41989+
.lg\:delay-500 {
41990+
transition-delay: 500ms;
41991+
}
41992+
41993+
.lg\:delay-700 {
41994+
transition-delay: 700ms;
41995+
}
41996+
41997+
.lg\:delay-1000 {
41998+
transition-delay: 1000ms;
41999+
}
42000+
4187342001
.lg\:example {
4187442002
font-weight: 700;
4187542003
color: #f56565;
@@ -52188,6 +52316,38 @@ video {
5218852316
transition-duration: 1000ms;
5218952317
}
5219052318

52319+
.xl\:delay-75 {
52320+
transition-delay: 75ms;
52321+
}
52322+
52323+
.xl\:delay-100 {
52324+
transition-delay: 100ms;
52325+
}
52326+
52327+
.xl\:delay-150 {
52328+
transition-delay: 150ms;
52329+
}
52330+
52331+
.xl\:delay-200 {
52332+
transition-delay: 200ms;
52333+
}
52334+
52335+
.xl\:delay-300 {
52336+
transition-delay: 300ms;
52337+
}
52338+
52339+
.xl\:delay-500 {
52340+
transition-delay: 500ms;
52341+
}
52342+
52343+
.xl\:delay-700 {
52344+
transition-delay: 700ms;
52345+
}
52346+
52347+
.xl\:delay-1000 {
52348+
transition-delay: 1000ms;
52349+
}
52350+
5219152351
.xl\:example {
5219252352
font-weight: 700;
5219352353
color: #f56565;

0 commit comments

Comments
 (0)