motion.easing.standard | cubic-bezier(0.3, 0, 0, 1) |
---|
motion.easing.quick.enter | cubic-bezier(0, 0, 0, 1) |
---|
motion.easing.quick.exit | cubic-bezier(1, 0, 0, 1) |
---|
motion.easing.soft.enter | cubic-bezier(0, 0, 0.7, 1) |
---|
motion.easing.soft.exit | cubic-bezier(0.3, 0, 1, 1) |
---|
motion.easing.continuous | cubic-bezier(0.3, 0, 0.7, 1) |
---|
motion.easing.bounce | cubic-bezier(0.3, 0, 0, 1.5) |
---|
motion.easing.linear | cubic-bezier(0, 0, 1, 1) |
---|