Files
brpp.pl/wp-content/themes/brpp-prawo-podatki/js/custom.js
Roman Pyrih d376a5d38f Save
2025-08-27 15:58:16 +02:00

17 lines
296 B
JavaScript

jQuery(function ($) {
gsap.registerPlugin(ScrollTrigger)
gsap.to('.box-1 .col-2 img', {
scrollTrigger: {
trigger: '.box-1 .col-2',
start: 'top top',
endTrigger: '.box-2 .row',
end: 'bottom bottom',
pin: true,
scrub: true,
anticipatePin: 1,
markers: true,
},
})
})