Change the transition / animation speed

Knowledgebase Docs » ShiftNav » FAQs
Knowledgebase Docs » ShiftNav
USEFUL? 5

If you’d like to change the transition speed of the ShiftNav panel and main toggle, you can use this CSS in your custom CSS tweaks:

.shiftnav,
#shiftnav-toggle-main{
    transition-duration:2s;
}