Skip to content

Commit c433da9

Browse files
committed
fix: animate thumb buttons totally out
1 parent f842f1a commit c433da9

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

app/component/itinerary/personalisation.scss

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,8 @@
4343
transform: translateX(0);
4444
}
4545

46-
90% {
47-
transform: translateX(-94%);
48-
}
49-
5046
100% {
51-
transform: translateX(-91%);
47+
transform: translateX(-100%);
5248
}
5349
}
5450

0 commit comments

Comments
 (0)