Hi,   The issue is due to the type of animation being applied to the main container of the page. Routing/Transition libraries normally demand that there has to be only one element to be animated. Hence we wrapped everything in a single DOM node. The animation we're using actually applies transforms to that element which causes issue with pinning in ScrollTrigger.  https://stackoverflow.com/questions/15194313/transform3d-not-working-with-position-fixed-children"   There a
    • Thanks
    • Like
    5