Jump to content
Search Community

babis

Members
  • Posts

    11
  • Joined

  • Last visited

Posts posted by babis

  1. Hi agains folks,  sorry for pestering you with this one, but i need to solve this. I managed to make the correct path. So, the issue that arises now ,is that the svg path is always in the top left corner. 1) i want to put it in the middle of the container div. 2) How to use round cap in path, only at the side of the arrow and not in the beginning of the path . I m trying to move the svg elsewhere inside the container div, but it takes the whole image background with it. I want to put it anywhere i want but the bg image to remain full stretched to the container. Sorry and thank you again!!

     

    See the Pen gOKaJGr by babistsour (@babistsour) on CodePen

     

  2. Hi guys i reopen the topic because i cant change the path to the correct one, i want the exact same path as my example , because its the clients logo. But when i change the path, everything is acting weirdly.

  3. Hi guys, i have made a sticky bar( the white one ) in this page http://btr.radial.website/en/roadtrips/tour1/ , but only in chrome the links and the button are shaking as i scroll the page. What might be the problem. The code is this simple one

    const innerNavigation = document.querySelector(
    			'.inner-navigation__container'
    		)
    		if (innerNavigation) {
    			ScrollTrigger.create({
    				trigger: innerNavigation,
    				start: 'top 54px',
    				endTrigger: '#accomodation',
    				toggleClass: 'active',
    				pin: true,
    				scrub: true,
    				pinSpacing: false,
    			})
    		}

     

  4. Hi guys, i want in this code, when i scroll to green section to be sticky and as this is sticky, the right content to be scrolled .And when it finishes, to continue scrolling to section 3. I managed to make it sticky but as soon as the green section become sticky, then the content behind was scrolling and not the inside content. I hope you understand...

    See the Pen vYjxVQY by babistsour (@babistsour) on CodePen

×
×
  • Create New...