benbarnett / jquery-animate-enhanced

Extend $.animate() to detect CSS transitions for Webkit, Mozilla, IE>=10 and Opera and convert animations automatically.
http://playground.benbarnett.net/jquery-animate-enhanced/
MIT License
1.39k stars 196 forks source link

Fixed bug when applying continuous value to left, top position during animation event #166

Closed telltrue33 closed 7 years ago

telltrue33 commented 7 years ago

152 Trying to animate top/left without modifying the offset moves the offset to zero

Fixed bug when applying continuous value to left, top position during animation event 애니메이션 이벤트 중 좌측 상단에 연속 값을 적용했을 때의 버그 수정

benbarnett commented 7 years ago

Thanks!