You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Posted this on the other site because I wasn't sure if it was a bug but I guess it is. I have a div positioned absolutely with "bottom" and "left" set in a pixel value. Bottom is set to 100px. When I try to .animate({bottom: 150}) my expectation is that the element will move up 50 more pixels but it moves down and its "bottom" is now set to 50px. Calling .animate({bottom: 150}) again moves it up to bottom: 100 and calling it again will move it back down. I thought this works like jquery animate?
Thanks
Anatoly
The text was updated successfully, but these errors were encountered:
Hi Ben,
Posted this on the other site because I wasn't sure if it was a bug but I guess it is. I have a div positioned absolutely with "bottom" and "left" set in a pixel value. Bottom is set to 100px. When I try to .animate({bottom: 150}) my expectation is that the element will move up 50 more pixels but it moves down and its "bottom" is now set to 50px. Calling .animate({bottom: 150}) again moves it up to bottom: 100 and calling it again will move it back down. I thought this works like jquery animate?
Thanks
Anatoly
The text was updated successfully, but these errors were encountered: