Jump to content
Search Community

Sooova

Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by Sooova

  1. Hey all!

     

    I'm trying to make a sort of unscramble effect, where the images are in a grid formation, and on load are randomized in position, but then unscrambled into position. And i've used flip to animate the unscrambling, but i'm running into an issue.

    The issue is that because of the way the code works, child nodes are swapped into their correct position, but during this time one of the nodes that is merely being swapped for the other node to be in the correct place, might get called to swap position and it causes it to jitter and jerk around. I was wondering if there was something i could do to fix it. Although you cannot see the images in the codepen, the placeholder image should still show the issue i'm having.

    I'm sorry if the javascript is a little difficult to read, i'm still learning!

    See the Pen YzEaGWq by sooova (@sooova) on CodePen

  2. Hey all,

     

    I've recently dabbled with making a mock website using horizontal scrolling of GSAP, and i've encountered a problem which i'm unsure why is occuring. The site works perfectly on desktop, and even at the same resolutions as mobile when touch input is disabled, but when it is enabled the horizontal scroll breaks as well as some other things such as AOS which also breaks. I'm unsure why it occurs. Putting it up on code-pen doesn't show the problem, however the github repo below has a live github pages link and the code can be seen there as well:

    https://github.com/Sooova/Validus-Studios-Concept

    the github pages link is here:

    https://sooova.github.io/Validus-Studios-Concept/

    if someone could help me out i would be so greatfull!!!!!

    See the Pen PoOKyMJ by sooova (@sooova) on CodePen

×
×
  • Create New...