mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-17 19:49:30 -07:00
click to center top image and let tailing images fade
This commit is contained in:
@@ -17,4 +17,21 @@
|
||||
.active {
|
||||
opacity: 1;
|
||||
transition: opacity 0ms ease-in-out;
|
||||
}
|
||||
|
||||
.trailingImage1 {
|
||||
transition: opacity 0.5s ease-in-out 1s;
|
||||
opacity: 0;
|
||||
}
|
||||
.trailingImage2 {
|
||||
transition: opacity 0.5s ease-in-out 0.75s;
|
||||
opacity: 0;
|
||||
}
|
||||
.trailingImage3 {
|
||||
transition: opacity 0.5s ease-in-out 0.5s;
|
||||
opacity: 0;
|
||||
}
|
||||
.trailingImage4 {
|
||||
transition: opacity 0.5s ease-in-out 0.25s;
|
||||
opacity: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user