Custom name don't used camelCase name
yisibl opened this issue · 3 comments
yisibl commented
In CSS, used the hyphen.
.snake {
transition: all 600ms ease-in-sine; √
}
.camel {
transition: all 600ms easeInSine; ×
}
ai commented
Yeap, but right now easings.net contains only camelCase names. This is why plugin supports both styles.
ai commented
Maybe later I will update easings.net and then I will throw a warning of camelCase.
yisibl commented
👍 👻