contact page animation
parent
5d476372b9
commit
2007e37e82
Binary file not shown.
|
@ -37,6 +37,15 @@
|
|||
{% render 'icon-success' %}
|
||||
{{ 'templates.contact.form.post_success' | t }}
|
||||
</h2>
|
||||
|
||||
<dotlottie-player
|
||||
src="{{ 'lottie_page_contact_us_send.lottie' | asset_url }}"
|
||||
background="transparent"
|
||||
speed="1"
|
||||
autoplay
|
||||
style="width: 300px; height: 300px; margin: 0 auto;"
|
||||
direction="1"
|
||||
mode="bounce"></dotlottie-player>
|
||||
{%- elsif form.errors -%}
|
||||
<div class="form__message">
|
||||
<h2 class="form-status caption-large text-body" role="alert" tabindex="-1" autofocus>
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
|
||||
<div class="template-404 page-width page-margin center">
|
||||
<dotlottie-player
|
||||
id="SHX-feedback-modal-lottie2"
|
||||
src="{{ 'lottie_404.lottie' | asset_url }}"
|
||||
background="transparent"
|
||||
speed="1"
|
||||
|
|
Loading…
Reference in New Issue