I have a dropdown menu which animates the dropdown by increasing height, however it goes from the top to the bottom. Is it possible to go from the bottom to the top?
Here’s my code:
animate({height:'show',opacity:'show'}, ddsmoothmenu.transition.overtime)
Thanks.
Set the ul that gets animated to
position: relative(or absolute) andbottom: 0px(or whatever px works best). Also removetop: -88px.