bendc / animateplus

A+ animation module for the modern web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Translate3d Support

spacehunter opened this issue · comments

commented

Hi there!

Is translate3d not support? If not, would be a nice addition.

commented

Typed too soon, it is supported!

ex. animate({
elements: "p",
delay: 1500,
easing: "out-cubic",
opacity: [1, 0],
transform: ["perspective(1000px) translate3d(0px,0px,0px)", "perspective(1000px) translate3d(0px,0px,1000px"]
}).