Skip to content

Commit

Permalink
Merge pull request #14 from data-preservation-programs/feat-card-move…
Browse files Browse the repository at this point in the history
…ment-separated

style: card deck different time delays for incoming cards
  • Loading branch information
orvn authored Jul 12, 2023
2 parents 8da0481 + 8405d07 commit f234627
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions components/sliders/circular-slider-a.vue
Original file line number Diff line number Diff line change
Expand Up @@ -396,17 +396,25 @@ img {
&.position-3 {
transition: transform 500ms ease-in-out 40ms, z-index 500ms ease-in-out 40ms;
}
&.position-4,
&.position-5,
&.position-4{
transition: transform 500ms ease-in-out 100ms, z-index 500ms ease-in-out 10ms;
}
&.position-5 {
transition: transform 500ms ease-out 130ms, z-index 500ms ease-out 100ms;
}
&.position-6 {
transition: transform 500ms ease-in-out 150ms, z-index 500ms ease-in-out 250ms;
transition: transform 500ms ease-in 170ms, z-index 500ms ease-in 0ms;
}
}
&.right {
&.position-2,
&.position-3,
&.position-2 {
transition: transform 500ms ease-in 170ms, z-index 500ms ease-in 100ms;
}
&.position-3 {
transition: transform 500ms ease-out 130ms, z-index 500ms ease-out 100ms;
}
&.position-4 {
transition: transform 500ms ease-in-out 100ms, z-index 500ms ease-in-out 100ms;
transition: transform 500ms ease-in-out 100ms, z-index 500ms ease-in-out 10ms;
}
&.position-5,
&.position-6 {
Expand Down

0 comments on commit f234627

Please sign in to comment.