Вход Регистрация
Файл: src/htdocs/examples/autoplay-loop.html
Строк: 20
<?php
{% extends 'partials/example.html' %}

{% 
set title='Autoplay: Looped' %}
{% 
set subtitle='You may enable the <u>infinite</u> and/or the <u>continuous</u> effect to make Autoplay play forever.' %}

{% 
block slider %}
    <
article class="example">
        {% include 
'partials/-slides.html' %}
    </
article>
{% 
endblock %}

{% 
block init %}
<
script>
    var 
element document.querySelector('.example');

    var 
slider = new Bee3D(element, {
        
effect'classic',
        
autoplay: {
            
enabledtrue
        
},
        
loop: {
            
enabledtrue,
            
continuoustrue
        
}
    });
</
script>
{% 
endblock %}
?>
Онлайн: 1
Реклама