Jump to content
Search Community

CreativeSoul

Members
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

CreativeSoul's Achievements

0

Reputation

  1. Thanks a lot for the help. I will give the course a look for sure!
  2. Hi and thanks again. Yes, the FOUC is the problem. Here is the code for the original problem: https://codepen.io/stefan-hilbert/pen/ZEpNEJK Then i tried to fix it with help from the video, but then nothing happens: https://codepen.io/stefan-hilbert/pen/wvzbvev What am I doing wrong here?
  3. Hi! Thanks for very quick reply! No the GSAP looks amazing! But yes, you was understanding it correctly. It loads and display the things before the animation starts. Therefore I think it looks awful - the animation itself looks great. Work as i wanted to. I'll give the video a look and hope it can help me! Thanks again.
  4. Hi, I am fairly new to GSAP and do my own code in general, so this might be a newbie question. Nonetheless, i can not figure this out myself. I'm using this little lines of code: <script> var tl = gsap.timeline(); tl.from('.anime1', {opacity: 0, duration: 1, y: -50, stagger: 0.6}) </script> It all works, but the thing is when I load the page all my animations will be showed. Then it will disappear and then start the animation (which looks awful tbh) I would attach full code, but this is on WP so i can't.
×
×
  • Create New...