mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Simplify translateY(0) to none
This commit is contained in:
parent
5f545eaf8c
commit
c65fbf6777
@ -10976,7 +10976,7 @@ video {
|
||||
}
|
||||
|
||||
50% {
|
||||
transform: translateY(0);
|
||||
transform: none;
|
||||
animation-timing-function: cubic-bezier(0,0,0.2,1);
|
||||
}
|
||||
}
|
||||
|
||||
@ -14398,7 +14398,7 @@ video {
|
||||
}
|
||||
|
||||
50% {
|
||||
transform: translateY(0);
|
||||
transform: none;
|
||||
animation-timing-function: cubic-bezier(0,0,0.2,1);
|
||||
}
|
||||
}
|
||||
|
||||
@ -11950,7 +11950,7 @@ video {
|
||||
}
|
||||
|
||||
50% {
|
||||
transform: translateY(0);
|
||||
transform: none;
|
||||
animation-timing-function: cubic-bezier(0,0,0.2,1);
|
||||
}
|
||||
}
|
||||
|
||||
@ -14398,7 +14398,7 @@ video {
|
||||
}
|
||||
|
||||
50% {
|
||||
transform: translateY(0);
|
||||
transform: none;
|
||||
animation-timing-function: cubic-bezier(0,0,0.2,1);
|
||||
}
|
||||
}
|
||||
|
||||
@ -645,7 +645,7 @@ module.exports = {
|
||||
animationTimingFunction: 'cubic-bezier(0.8,0,1,1)',
|
||||
},
|
||||
'50%': {
|
||||
transform: 'translateY(0)',
|
||||
transform: 'none',
|
||||
animationTimingFunction: 'cubic-bezier(0,0,0.2,1)',
|
||||
},
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user