Cannot use normal transform in velocity.js -




i wanna use 2d rotate not transform 3d rotatez in velocity.js

but use transform: 'rotate(30deg)' not work, like

$('#rotate').velocity({   // top: '1rem' // works   // rotatez: 30 // works   transform: 'rotate(30deg)' // not working }) 

so how do 2d rotate in velocity.js , relative issues on github





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -