diff --git a/src/index.html b/src/index.html index 0d56c50..0e96c6c 100644 --- a/src/index.html +++ b/src/index.html @@ -417,19 +417,19 @@ box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2); animation: slide-left 0.35s ease forwards; } - .saved-item-tile:nth-child(1) { animation-delay: 0.1s; } - .saved-item-tile:nth-child(2) { animation-delay: 0.2s; } + .saved-item-tile:nth-child(1) { animation-delay: 0.2s; } + .saved-item-tile:nth-child(2) { animation-delay: 0.25s; } .saved-item-tile:nth-child(3) { animation-delay: 0.3s; } - .saved-item-tile:nth-child(4) { animation-delay: 0.4s; } - .saved-item-tile:nth-child(5) { animation-delay: 0.5s; } - .saved-item-tile:nth-child(6) { animation-delay: 0.6s; } - .saved-item-tile:nth-child(7) { animation-delay: 0.7s; } - .saved-item-tile:nth-child(8) { animation-delay: 0.8s; } - .saved-item-tile:nth-child(9) { animation-delay: 0.9s; } - .saved-item-tile:nth-child(10) { animation-delay: 1s; } - .saved-item-tile:nth-child(11) { animation-delay: 1.1s; } - .saved-item-tile:nth-child(12) { animation-delay: 1.2s; } - .saved-item-tile:nth-child(n+12) { animation-delay: 1.3s; } + .saved-item-tile:nth-child(4) { animation-delay: 0.35s; } + .saved-item-tile:nth-child(5) { animation-delay: 0.4s; } + .saved-item-tile:nth-child(6) { animation-delay: 0.45s; } + .saved-item-tile:nth-child(7) { animation-delay: 0.5s; } + .saved-item-tile:nth-child(8) { animation-delay: 0.55s; } + .saved-item-tile:nth-child(9) { animation-delay: 0.6s; } + .saved-item-tile:nth-child(10) { animation-delay: 0.65s; } + .saved-item-tile:nth-child(11) { animation-delay: 0.7s; } + .saved-item-tile:nth-child(12) { animation-delay: 0.75s; } + .saved-item-tile:nth-child(n+12) { animation-delay: 0.8s; } @keyframes slide-left { from { opacity: 0;