Jump to content
Search Community

Mental Republic

Members
  • Posts

    26
  • Joined

  • Last visited

Everything posted by Mental Republic

  1. Okay, just read the whole post, so usefull. I also have some knowledge regarding Gsap, but i'm stuck how to do it. You guys have an existing codepen to have an slight how to do it?
  2. Hi All! I Wonder if there is a way to animate some text from letf to right when the user scrolls dows, and reverse it when the user scrolls up. Thanks
  3. Sorry about that, the whole thing is letting the line be completed before the images (i just changed the images for yellow bricks) gets moved. The line gets completed when the images are not set as set pin, but i need those images to be fixed when the lines start drawing.
  4. yeah! You pointed me in the right direction, however i still have some issues with the code. I updated the codepen add add the setpin to the images for period of time: The thing now I cannot scroll over the images because they are set as display fixed, so i cannot scroll horizontally over them. Dunno what i am missing here...
  5. Hi, i have set up a codepen, we are using both scrollmagic and tweenmax to achieve the following. There is a line that is drawn while horizontally scrolling, the idea is to prevent the image carousel from moving at the start of the horizontal scroll (only letting the line to be drawn) until the line reaches a point, at that very same point the line keeps on drawing and we can move the carousel horizontally.
  6. Hi, i´d like to move an element towards another element. That is to say, instead of moving an element according some coordinates, i´d like to move towards the position of an element
  7. Thanks!!! I had to import the UMD version. It is working now.
  8. Hello, I'm facing some issues with MorphSVGPlugin. I want to use it on the index.html file of my Angular 6 project. The problem is that if I import the file in the script section of my angular.json it breaks the other scripts. I have tried to import it directly on the file with the <script> tag but Angular is not able to find it. Is there any way to use it on index.html? Thanks!!!
  9. So you believe i should add the svg inline?
  10. Hi! i have set the pen for an element to follow a path, but we cannot make it working. I believe this is because we set add the svg within an <object> tag
  11. I see... I just created a pen, but i cannot load drawsvp plugin as it is a premium plugin. The idea is to make strokes from the svg to be drawn randomly anytime the browser is being refreshed in the final version: http://dev.orosgeotecnia.es/.
  12. Hi, we have an animation that shows in the slider when the page appears, it works alright: http://dev.orosgeotecnia.es/ The only thing we cannot achieve is to make the animation show from the beginning when the browser reloads. Any ideas?
  13. excellent!!! what if i want to edit the starting point? Like, instead starting from the beginning, i want the line to be drawn in both sides.
  14. Hi, i am trying to draw svg lines and i kind of achieve it, the thing we need to do next is to let the line start drawing from random values, so it never starts at the same point. Is there any way we can do this?
  15. Me again. How can i make a tween to play after a repeat -1 tween Like this: .to($luzNaranja, 0.7, {fill: '#FF981D', repeat: -1}) .to($parpadeo, 0.7, {fill: '#FF981D', autoAlpha: 0.7, repeat: -1})
  16. Thanks for all! I changed my code following your instructions and it worked! I have another issue though. It works smooth if i used the same Jack's parameters, but... It does not work if i include this in a function. Like in this pen:
  17. yeah, to move the opposite way as it is now. The thing is if i add .reverse() in any of those 'to' tweens is just looks weird...
  18. Jeez! I'm so bad on this... Can you help me make them go forward using Jasck's pen? I find this code much understandable as i'm so rookie here... Sorry!!!!
  19. You are awesome! Any ideas how i can change the direction? In my example the boxes go all the way backwards... Can i make them go the other way round?
  20. Sure thing, man! Thanks for the advice, i'm new but eager to learn new stuff. I think i did it. I removed all unnecessary code from the pen.
  21. hahaha Patterns sound new to me, but i will peek at it.. I'm a rookie here... I changed what you suggested, but the two elements seem not to be following the same path: https://codepen.io/ivanguinea/pen/JJNeeR?editors=1010 Thanks for all!!!
×
×
  • Create New...