Skip to content

Commit c755de9

Browse files
committed
ci: longer transition duration
1 parent 04a2143 commit c755de9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: examples/transitions/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<link rel="stylesheet" href="/global.css">
33
<style>
44
.fade-enter-active, .fade-leave-active {
5-
transition: opacity .5s ease;
5+
transition: opacity .75s ease;
66
}
77
.fade-enter, .fade-leave-active {
88
opacity: 0;
99
}
1010
.child-view {
1111
position: absolute;
12-
transition: all .5s cubic-bezier(.55,0,.1,1);
12+
transition: all .75s cubic-bezier(.55,0,.1,1);
1313
}
1414
.slide-left-enter, .slide-right-leave-active {
1515
opacity: 0;

0 commit comments

Comments
 (0)