Modal Pop-Up not delaying

hi @LaDonna Modal will show immediately even in previewer, there are a few issues

  1. Your animation is assigned when scroll into view but Modal is in view on load. You should set you animation to on page load : when page finishes loading
  2. in your animation you do not have time (delay) set for Hide/Show : show

Once these issues will be fixed you Modal will show correctly in preview and on live page.