Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/locomotive-scroll@3.5.4/dist/locomotive-scroll.css">
- <script src="https://cdn.jsdelivr.net/npm/locomotive-scroll@4.1.1/dist/locomotive-scroll.min.js"></script>
- <script>
- jQuery(document).ready(function($){
- $( ".et_builder_inner_content" ).attr( "data-scroll-container", "" );
- $( ".et_pb_section" ).attr( "data-scroll-section", "" );
- $( ".data-scroll" ).attr( "data-scroll", "" );
- // Animar elementos
- $(".nombre-clase").attr( {
- "data-scroll-direction":"vertical",
- "data-scroll-speed":"1"
- } );
- });
- </script>
- <script>
- jQuery(document).ready(function($){
- const scroll = new LocomotiveScroll({
- el: document.querySelector('[data-scroll-container]'),
- smooth: true,
- smartphone: {
- smooth: true
- },
- tablet: {
- smooth: true
- },
- });
- });
- </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement