We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf41244 + d8e8d35 commit 846cd6fCopy full SHA for 846cd6f
1 file changed
animate/keyframes/fadeIn.js
@@ -76,7 +76,7 @@ const keyframeFadeInRightBig = {
76
const keyframeFadeInUp = {
77
'from': {
78
opacity: '0',
79
- transform: 'translate3d(0, -100%, 0)'
+ transform: 'translate3d(0, 100%, 0)'
80
},
81
'to': {
82
opacity: '1',
0 commit comments