|
|
|
@ -67,13 +67,13 @@ function createEnterPlugin(maxOutput = 10) {
@@ -67,13 +67,13 @@ function createEnterPlugin(maxOutput = 10) {
|
|
|
|
|
} |
|
|
|
|
addBase({ |
|
|
|
|
...addRawCss, |
|
|
|
|
[`@keyframes enter-x-animation`]: { |
|
|
|
|
['@keyframes enter-x-animation']: { |
|
|
|
|
to: { |
|
|
|
|
opacity: '1', |
|
|
|
|
transform: 'translateX(0)', |
|
|
|
|
}, |
|
|
|
|
}, |
|
|
|
|
[`@keyframes enter-y-animation`]: { |
|
|
|
|
['@keyframes enter-y-animation']: { |
|
|
|
|
to: { |
|
|
|
|
opacity: '1', |
|
|
|
|
transform: 'translateY(0)', |
|
|
|
|