.enter { | |
transition: all 0.3s cubic-bezier(0.35, 0, 0.25, 1); | |
animation-duration: 0.3s; | |
animation-name: mdp-animation-bounce; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
.enter { | |
transition: all 0.3s cubic-bezier(0.35, 0, 0.25, 1); | |
animation-duration: 0.3s; | |
animation-name: mdp-animation-bounce; | |
} |