Zero block
Tilda Publishing
create your own block from scratch
First modular system for web-publishing
Content Oriented Web
Make great presentations, longreads, and landing pages, as well as photo stories, blogs, lookbooks, and all other kinds of content oriented projects.
About design thinking
About Design thinking. It has not yet been fully embraced by business leaders as a means to navigate the constant rate of change in today's climate. This process is an essential tool that will give entrepreneurs the edge that they need to succeed.
introduction
About Our Methods
We are marketing consultants based in Amsterdam. Specializing in fitness products and sport brands, I constantly keep in touch with tomorrow's markets and build business proposals for developing companies. I'm currently open to job offers.

Делаем плавный скролл по стрелке в Zero блок без добавления модификатора плавного скролла в Tilda

Как выполнили данный пример:

1. Создаём ZeroBlock
2. Добавляем в него картинку стрелки
3. Задаём её ссылку #slowlink
4. Создаём элемент с якорной ссылкой T173
5. Задаём имя якоря slowlink
6. Добавляем код на страницу в блок ДРУГОЕ►Т123

<script>
$(document).ready(function(){
$("[href='#slowlink']").addClass("nextblock t-cover__arrow-wrapper_animated");
   $('.nextblock').click(function(){
        // скорость скролла
        var speed = 2000;
        // место скролла
        var top = $('[name="slowlink"]').offset().top;
        $('html, body').animate({scrollTop: top}, speed);
        return false;
    });
});
</script>
Made on
Tilda