What's new
Photoshop Gurus Forum

Welcome to Photoshop Gurus forum. Register a free account today to become a member! It's completely free. Once signed in, you'll enjoy an ad-free experience and be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Search results

  1. JustinR

    After Effects AE Typography video

    Quite good looking typography, though I don't like color pallet a bit, contrast between pink and green don't work with each other. But it's just my opinion also I have subscribed to your youtube channel, so keep up with good content.
  2. JustinR

    After Effects Wiggle at specific time

    Everything works great, now I can control when wiggle starts and ends by counting frames. So cheers! ;)
  3. JustinR

    After Effects Wiggle at specific time

    Thanks Hoogleman for response. Neither 1.5, 1,5, 1:5, "1:5" worked, but I thought about idea of counting frames and I wrote this: frames = timeToFrames(t = time + thisComp.displayStartTime, fps = 1.0 / thisComp.frameDuration, isDuration = false); timeToStart =31; if (frames> timeToStart){...
  4. JustinR

    After Effects Wiggle at specific time

    I set an expression for a shape: wiggle(3,100); Shape wiggles, but wiggling begins and lasts all the composition time. I want to control when wiggle starts. So I write this: timeToStart = 1; if (time > timeToStart){ a = wiggle(3,100); [a[0],value[1],value[2]]; }else{...
  5. JustinR

    After Effects Wiggle at specific time

    So I wrote this expression: timeToStart = 1; if (time > timeToStart){ a = wiggle(3,100); [a[0],value[1],value[2]]; }else{ value; } But I want to start wiggling at 1.3s. After var. timeTostart change wiggle still starts at 1s. So how to format time properly that I...
  6. JustinR

    After Effects Letters starts to pixelate then I when zoom in.

    So I allways though that fonts are vectors, but when I really zoom in to my text it starts to pixelate a lot... So can I turn on sth to prevent this?
  7. JustinR

    After Effects After effects camera problem

    So I found what I was doing wrong. Looks like that my camera 'life' spam wasn't long enough. Just set camera time to my composition time and everything works fine. I was rotating not my created comera but whole main composition camera or view.
  8. JustinR

    After Effects After effects camera problem

    So I am creating typography for one song, I have two composition with text layers. I make my text layers and compositions 3D, change z location of each of them. And here comes the problem when I use 'Orbit Camera tool' (one of camera rotation tools). It just don't work, I can't rotate around...
Back
Top