Jump to content
Search Community

Pageking

Business
  • Posts

    10
  • Joined

  • Last visited

Posts posted by Pageking

  1. Hello friends!

     

    I have a very specific issue with a project I'm working on. There are multiple sections that get loaded in dynamically and to be rearranged by the end-users, hence the foreach loop I've used on the different types of sections. I've attached a small demo with the exact same problem I'm facing on the project. I would love to hear your input on this.

     

    Thanks!

    See the Pen QWPQQgP by nils-pageking (@nils-pageking) on CodePen

  2. Hi all,

     

    I am trying to create an effect in which I can loop through all sections of a page and make them all overlapping. This is for a site where I don't know how many sections there are per page, since that can change.

     

    The effect in my codepen is almost what I want, but ideally section 1, 2 and 3 should all be overlapping at the end of the page. I have tried using "pintype: ''transform" ad setting the pinspacing to true but to no avail.

     

    Can anyone help me with a solution?

    See the Pen yLQagom by wouter_pageking (@wouter_pageking) on CodePen

  3. Hi all,

     

    I have been experimenting with MorphSVG and I am trying to make a button where the border morphs to a sort of arrow shaped border when you hover over it. This has been fairly successful but I see that the left side of the SVG morphs a bit and the animation still feels a bit too wavy.

     

    How can you approach a problem like this? I am not that experienced with MorphSVG and would love some insight.

    See the Pen JjpZMPy by wouter_pageking (@wouter_pageking) on CodePen

    • Like 1
  4. Hi all, first time posting here so sorry if I forget to include something, but here we go...

     

    I'm trying to animate this SVG between different sections (wrappers) but I can't figure out why my animation keeps restarting from the original position (the top of the body). I'd like to animate the SVG from the previous position.

    So if you scroll from wrapper 3 to wrapper 2, the SVG animates from wrapper 3 to wrapper 2.

     

    I'm feeling like I'm overseeing the obvious solution here, but I can't from the life of me come up with a solution. Any help is appreciated!

    See the Pen KKQyqNq by wouter_pageking (@wouter_pageking) on CodePen

×
×
  • Create New...