Hello,
Apologies about the Inconveniences!
However, this type of Header is only included with the Photographer Niche Demos and currently everything is synced together. So, removing the Animation will require the SVG Paths to be disabled and other customizations. Currently, you can open the demos/photographer/js/menu-easing.js File and edit the following settings according to what suits you best:
this.elm = elm;
this.path = elm.querySelectorAll('path');
this.numPoints = 4;
this.duration = 800;
this.delayPointsArray = [];
this.delayPointsMax = 180;
this.delayPerPath = 70;
this.timeStart = Date.now();
this.isOpened = false;
this.isAnimating = false;
Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.