Skip to content

Commit

Permalink
remove background transition from examples
Browse files Browse the repository at this point in the history
  • Loading branch information
TahaSh committed Dec 14, 2024
1 parent 9fd1a5e commit d257790
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 8 deletions.
1 change: 0 additions & 1 deletion examples/react-dynamic/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ body {
}

.slot {
transition: background 0.2s ease-out;
border-radius: 10px;
height: 100px;
}
Expand Down
2 changes: 1 addition & 1 deletion examples/react/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ body {
}

.slot {
transition: background 0.2s ease-out;
border-radius: 10px;
}

.slot[data-swapy-highlighted] {
background: rgba(255, 255, 255, 0.2);
}
Expand Down
1 change: 0 additions & 1 deletion examples/svelte-dynamic/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ body {
}

.slot {
transition: background 0.2s ease-out;
border-radius: 10px;
height: 100px;
}
Expand Down
1 change: 0 additions & 1 deletion examples/svelte/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ body {
}

.slot {
transition: background 0.2s ease-out;
border-radius: 10px;
}
.slot[data-swapy-highlighted] {
Expand Down
1 change: 0 additions & 1 deletion examples/vanilla-dynamic/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ body {
}

.slot {
transition: background 0.2s ease-out;
border-radius: 10px;
}

Expand Down
1 change: 0 additions & 1 deletion examples/vanilla/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ body {
}

.slot {
transition: background 0.2s ease-out;
border-radius: 10px;
}
.slot[data-swapy-highlighted] {
Expand Down
1 change: 0 additions & 1 deletion examples/vue-dynamic/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ body {
}

.slot {
transition: background 0.2s ease-out;
border-radius: 10px;
height: 100px;
}
Expand Down
1 change: 0 additions & 1 deletion examples/vue/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ body {
}

.slot {
transition: background 0.2s ease-out;
border-radius: 10px;
}
.slot[data-swapy-highlighted] {
Expand Down

0 comments on commit d257790

Please sign in to comment.