Jump to content
Search Community

Chriz

Members
  • Posts

    26
  • Joined

  • Last visited

Posts posted by Chriz

  1. On 4/22/2020 at 4:58 PM, Kovsky said:

    ok thank you ^^ good bye to those 3hours then :)
    For the moment my bank account display -850€ 

    But when i will be back on tracks, i will definitely consider this option :)

    good luck about this hard time... :)

    image.png

  2. I will need nav menu, overlay nav bar, "one page scrolling effect" for differents section2, and full page SVG morph on links... while learning ... I have lot of job!

    It would be nice to have a basic skeleton of these basic elements for all modern websites ;)
    if you know any, I'm open with it! 

  3. the problem i have now is that the text "Design Applicatif Développement" is not moving the same way than my biger text "Rennes internet" when i change viewsize.. its a css problem... should i not use CSS to position them and use instead Gsap to position them both ?

  4. i'm proud i solution it alone, with google help ^^

    gsap.timeline({repeat:-1yoyo:true})
    .from(".ux2"3, {autoAlpha:1delay:1}, {autoAlpha:0delay:2})
    .to(".ux"3, {autoAlpha:0delay:1}, {autoAlpha:1,delay:2})
  5. HI Gsapers ;)

    still learnin, i'm doing a sort of slide, auto, with that code :

    gsap.from(".ux2"3, {autoAlpha:1delay:4}, {autoAlpha:0repeat:-1delay:4})
    gsap.to(".ux"3, {autoAlpha:0delay:4}, {autoAlpha:1repeat:-1,delay:4})

    It works not bad, but i'm sure its not the good way to do this... it should just replace ".UX2" by ".UX" using opacity...

    thanks for you help :)

  6. Hi!

    Sorry this for the (sure noob again) question but i try to folow this example to create a parallax effect of a creation i have in mind, but it just normally scrool the page, what am i missing ?

    ps. i add <script src='https://cdnjs.cloudflare.com/ajax/libs/gsap/3.2.0/gsap.min.js'></script>
      <script src='https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.7/ScrollMagic.min.js'></script>
      <script src='https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.7/ScrollMagic.js'></script>

    in my index.html but it change nothing

    See the Pen dBdogo by PointC (@PointC) on CodePen

  7. 3 hours ago, Shrug ¯\_(ツ)_/¯ said:

    Hi @Chriz welcome to the forum.

     

    I see you bumped another thread asking for examples. In case you were unaware the video series you posted above has a link to download the working files in the description (click "show more"). Please note however that the tutorial you referenced uses the older version of both GSAP and Barba. So if you are just getting started on your journey with each, then I would highly suggest using GSAP 3 and Barba v2.

    hi Shrug thanks for your reply, yes i understand what you say, by replacing the older js lib... i will look at this base to learn a few more about how it works. ;)

  8. Thank you, sorry yes I was looking for a tutorial where I would just have to copy paste the code to advance on my project ... I can't wait to redesign my WP site that's why but it's true that it does is not the best method for learning. I will proceed step by step especially if you are ready to help me it is very kind to you.

  9. Hi Zach! Many thanks for your reply. Yes i will learn thoses tutos before anything, i already done a litle project on looking a tuto on youtube as you can see here https://www.produits-locaux-rennes.fr/

    not fabulous, its just a start. I prefer doin tutos with a project on the air it really enthousiam me, than i'm not a young guy, 52, and lazy but following a tutorial that I really need, like the transition morphing from one page to another, gets me so excited that I learn 10x faster than learning rudiments from B to BA ;)

    If you know one doin exactly this i will pay you a cofee or a whisky as you prefer !

×
×
  • Create New...