http://146.66.100.120/~traillif/
Two things:
-
I’ve given the logo 30px top padding in its normal state and then reduced it to 10px in it’s fixed state (after scrolling).
When scrolling back up to the top the logo jumps around because the removal of the “x-bar-fixed” class is delayed until after the logo finishes growing back to its initial size. I’d like for the transition between 10px top padding to 30px top padding to happen smoothly as the logo grows. -
Similar problem with the menu bar background color. I would like the background color to be removed as soon as I reach the top and not be delayed until after the logo finishes it’s animation.
Both of these problems have to do with the delayed removal of the “x-bar-fixed” class I believe.
Any suggestions?

