그린속크

https://greensock.com/


회전 animate

gsap
회전속성 :  값

minified-

flash을사용할떄
tweening 을 사용했다.

$(function(){
//TweenMax.to(선택자, 지속시간, {에니메이션: 속성값});
//지속시간은 초단위
var box = $('.box');
TweenMax.from(box, 1, {rotation : 360, x : 400});
});

sapn 태그를
display: flex;
justify-content: center;
인라인에서 블록으로 바꿔줘야한다

Comments

Popular Posts