We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf41244 commit d8e8d35Copy full SHA for d8e8d35
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