Jump to content
Search Community

lagalga

Members
  • Posts

    11
  • Joined

  • Last visited

lagalga's Achievements

  1. Thanks I was stuck on doing it with gsap.from and this is simpler 😅 Sometimes you are so deep into something and you don't see that the solution is simpler
  2. Hi! one more twist... is it possible to have an initial logo size relative to the width calculated with css variables* and after the animation the size is fixed in pixels? I mean: From-> width: calc(100vw - var(--borde)); To-> width:250px; Thanks
  3. Hi! sorry i've been out and im' seein again now. Gonna try first one, @Rodrigo and simplify my codepen, @mvaneijgen. I'll post it today or tomorrow Thank you
  4. Hi, I am trying to create a group of sections within which there is a horizontal scroll, and when it ends then another new section appears vertically that overlaps. But if I use sticky it only works the first time? I'm doing it in wordpress(Divi), but with a simple demo based on @LukasZahorec' I don't get it... should I create a tween above the horizontal scroll sections for the vertical sticky behavior? https://codepen.io/lagalga/pen/abXgwvJ WP: ( https://temp.espaciotramo.com/loop-plato-prueba/ )
  5. Hi, it's me again. I thought I had solved... but it doesn't work on mobile. Also, the 40% section is getting "shorter" because above comes the 3rd section more and more above .... I have created variables for .panel60 and .panel40 but I don't know if I should create a function for each of them? Also, in mobile, they should be all full width sections, but the third section is not visible, it only does the scroll trigger with the .panel60 and .panel40 sections.... What am I doing wrong? Updated Codepen: https://codepen.io/lagalga/pen/OJrvKML I have this on a wordpress site, with Divi theme: https://temp.espaciotramo.com/
  6. Thnk you. I suppose i need to use   instead of regular spaces… and who do i animate this on scrolltrigger, not automatically with hover?
  7. Yep, sorry. I forgot to mention i need a constant font size, not resizeable with viewport… so if the section is 100vh, the path somatimes would be more horizontal and sometimes vertical… deforming the path, changing the font size and its glyphs proportion (https://codepen.io/lagalga/pen/OJrZVwO). So I saw this post and thought i could set a simple path (two perpendicular lines, a corner), where the text moves on scrolling (not animated like this post), but not realizing where to start: https://codepen.io/lagalga/pen/abPGLQb
  8. Hi! I'm trying to set something similar but cannot make it with textPath because of svg redimension… I'd like to animate a text on a simple path on scroll, like this: https://www.dropbox.com/scl/fi/z9phi9hvkg1k415lpypqj/text-animation.mov?rlkey=n2jobltwtkp4fe6hjduw558hi&dl=0 Do I have to use SplitText? I've tried forking your codepen but the text gets mixed…
  9. Sorry, I solved it while writing it. That's why I marked it as solved. I've been updating CodePen and that's why it looks good. Sorry for the inconvenience
  10. Thnk you, @mvaneijgen, but in my codepen the effect is right. Maybe with duplicated code. Sorry i don't fully understad yet all gsap settings, it's while trying when i'm learning ?. I'm setting this for a wordpress site, with Divi, and i've reached this: https://temp.espaciotramo.com/prueba-home/ And updated the codepen: https://codepen.io/lagalga/pen/OJrvKML
  11. Hi! i want a horizontal scrolling section with sticky cards moving right to left… but then another section with the reverse movement… I reached to this page: Where there is the first part, but cannot set the next section with the opposite direction movement… I've tried setting flex-direction:row-reverse, but cannot find what i need to change on the xPercent var…
×
×
  • Create New...