Spade

Mini Shell

Directory:~$ /home/lmsyaran/public_html/j3/templates/g5_hydrogen/custom/particles/
Upload File

[Home] [System Details] [Kill Me]
Current File:~$ /home/lmsyaran/public_html/j3/templates/g5_hydrogen/custom/particles/scrollreveal-js.html.twig

{% extends '@nucleus/partials/particle.html.twig' %}

{% block javascript_footer %}
	{% if particle.enabled %}
		{{ parent() }}
		<script src="{{
url('gantry-theme://js/scrollReveal.min.js') }}"
type="text/javascript"></script>
		<script type="text/javascript">
			window.sr = new scrollReveal({ mobile: {{
particle.mobile|default("false")|e }} });
		</script>
	{% endif %}
{% endblock %}