Okay
  Public Ticket #2217283
Deactivate Agenda flip down effect
Closed

Comments

  •  2
    gehess started the conversation

    Hi guys, 

    is it possible to deactivate the effect in agenda view where each single event shows up (flips in) after another? would be great if the agenda view just pops up with all events at once. 

    Thx a lot!

  •  779
    Zhivko replied

    Hi,

    Open file  stachethemes_event_calendar\assets\js\front\animate.js

    on line 82 before $events.each(function(i) {...

    add:

    $events.addClass('stec-layout-event-preview-animate-complete');
    return;

    Stachethemes Developer