Skip to content

Commit fe060a6

Browse files
committed
update transition
Signed-off-by: Rian Cteulp <rian.cteulp@gmail.com>
1 parent 9ae887e commit fe060a6

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/sections/Pricing/comparison.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ h2, h5{
2222
display: block;
2323
overflow-x: scroll;
2424
overflow-y:hidden;
25-
transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
25+
transition: 0.6s cubic-bezier(0.5, 1);
2626
}
2727
.price-table {
2828
width: 100%;
@@ -31,14 +31,14 @@ h2, h5{
3131
}
3232
.price-table tr:not(:last-child) {
3333
border-bottom: 1px solid ${props => props.theme.whiteZeroThreeToBlackZeroThree};
34-
transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
34+
transition: 0.6s cubic-bezier(0.5, 1);
3535
}
3636
.price-table tr td {
3737
border-left: 1px solid ${props => props.theme.whiteZeroFiveToBlackZeroFive};
3838
padding: 0rem 2rem;
3939
font-size: 1rem;
4040
vertical-align: middle;
41-
transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
41+
transition: 0.6s cubic-bezier(0.5, 1);
4242
4343
h5 {
4444
display: flex;
@@ -61,7 +61,7 @@ h2, h5{
6161
6262
.price-table tr:hover {
6363
background-color: ${props => props.theme.secondaryLightColor};
64-
transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
64+
transition: 0.6s cubic-bezier(0.5, 1);
6565
}
6666
.price-table .fa-check {
6767
color: #5336ca;
@@ -114,7 +114,7 @@ h2, h5{
114114
.price-table .price-blank {
115115
background-color: ${props => props.theme.secondaryDarkColor};
116116
border: 0 none;
117-
transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
117+
transition: 0.6s cubic-bezier(0.5, 1);
118118
}
119119
120120
.category {

0 commit comments

Comments
 (0)