Jump to content
Search Community

padders

Members
  • Posts

    32
  • Joined

  • Last visited

Everything posted by padders

  1. Yeah, I was surprised at how smooth it is in Chrome, Opera isn't bad either. I've added overflow: hidden on the body now, which stops the scrollbars appearing but I still get the glitch. It seems to happen more when the window is fullscreen but with the editor still showing (so in editor mode, not fullscreen mode). Might only be appearing at certain browser sizes? The glitch itself is a brief appearance of the warped text on the left, it's just a frame or two, but it's quite apparent when it's there. I've attached a screenshot of what I see! It looks like I've got something misplaced somewhere so it appears just before the animation starts?
  2. Hi Guys, I was just playing with some really nice text effects from another codepen, and using GSAP to tween the filter values. I'm getting a glitch when the animation starts/resets though, so I think I need to set something at the start to get rid of it! Any ideas where the glitch is coming from? Note that it doesn't work in IE at all! Cheers, Paul
  3. Nice, yeah that's spot on. Thanks again, you guys are pretty amazing with your support I have to say
  4. Hi, I found a rather nice animated rainbow effect in a text demo a few days ago, and I wanted to recreate it with GSAP to try and improve the performance and hopefully add some nice effects to it as well. When I do however I get choppy transitions instead of the smooth transitions I get using the original CSS from the demo. Here's the CSS version http://codepen.io/padders1980/pen/mJKezY and here's my simple GSAP version http://codepen.io/padders1980/pen/waXKOK I added a timer to my GSAP version so you could see when the timeline starts (although it seems to go out of sync if you leave it a while...). I'm obviously doing something strange but I can't spot it, and I've been staring at rainbows so long now that I feel dizzy! Does anyone have any ideas? Also, can anyone think of some nice ways to improve the effect? The original demo is here by the way, it has some rather nice SVG text effects http://tympanus.net/codrops/2015/02/16/create-animated-text-fills/
  5. Ah you're a star. Just removing the space from my html did it. I'll watch for that in future. Thank you
  6. Hi, I've been playing with your cursor demo and trying to incorporate it into a TimelineMax (just to get me started as I'm new to all of this). I'm seeing some random delay though in between the cursor stopping blinking, and the text actually being typed and I can't narrow down where it's coming from as it doesn't seem to happen in the original Codepen (although there were some errors in that for some reason!) In addition to that, Chrome is getting a lot of the following messages, these happen at the same time as the delay so I've obviously got something mixed up. invalid top tween value: NaN Does anyone have any ideas as to the cause of the delay and the errors? I've forked the original Codepen, and then recreated the delay by copying my code back in http://codepen.io/padders1980/pen/YXeMYN
×
×
  • Create New...