After Effects: Trigger Animations with Markers (No Keyframes)

Поделиться
HTML-код
  • Опубликовано: 25 июл 2024
  • Special thanks to our sponsors Squarespace. For a free trial and 10% off, visit www.squarespace.com/dojo and use the promo code: DOJO
    In this quick After Effects quicktip, we'll go over the fundamentals on how to use expressions to automate and trigger animations with layer markers. This is a powerful way to streamline your timeline and animation workflow, and should give you a basic understanding of how you can leverage markers to trigger more complex animations without manual keyframes.
    Typeflow Type Preset: creativedojo.net/store/typeflow/
    More about markers: ae-expressions.docsforadobe.d...
    ▸ Creative Dojo Store: creativedojo.net/store
    ▸ Best Plugins for Motion Design & VFX: kit.co/CreativeDojo/best-plug...
    ▸ Best After Effects Templates: videohive.net/page/top_seller...
    Disclaimer: Some of the links provided are affiliate links. Creative Dojo may earn a small commission for purchases, at no extra cost to you. It's a great way to support the channel if you enjoy our content.
    Follow the Dojo:
    ▸ Website: creativedojo.net
    ▸ Twitter: / creativedojo
    ▸ Facebook: / creativedojo
    ▸ Instagram: / creative.dojo
    Creative Dojo creates motion design & visual effects training, design tools, and industry content. Join the community, get access to powerful design tools and assets, and learn everything related to After Effects, Cinema 4D, and much more.
  • КиноКино

Комментарии • 50

  • @CreativeDojo
    @CreativeDojo  3 года назад +2

    *Give this video a like and comment below for the RUclips algorithm :)*

  • @mumanz
    @mumanz 3 года назад +25

    This is so great. Some might say, "Why would I wanna do that if it's quicker with keyframes." but JUST you wait when a client wants all the fade-ins/outs updated and needs the new version by tomorrow morning. Looking forward to more videos!

    • @CreativeDojo
      @CreativeDojo  3 года назад +5

      Absolutely! My examples tend to be pretty simple for demo purposes, but for more complex stuff it can be very handy. Thanks for the awesome feedback Mario!

  • @juan2049
    @juan2049 3 месяца назад

    Holy crap this is amazing. The best thing about this tutorial is the way that you actually explain what each of the expression codes mean. I watched other videos and all they do is tell you to copy & paste a code. But you did it much better. Thank you!!!

  • @e11world
    @e11world 2 года назад

    Pretty impressive and easy to setup. I was always wondering about this so thank you for the tips.

  • @CoolArtisto
    @CoolArtisto 2 месяца назад

    Wonderful tutorial. Finally someone made it easier to understand and learn expressions in After Effects for people like me, who are not Coders and Computer Engineers.. Huge thanks...

  • @me.in.berlin
    @me.in.berlin 4 месяца назад

    This is awesome. So easy to understand and I just started to learn about expressions. Thanks a lot!

  • @HyperActive94
    @HyperActive94 Год назад

    YOU ARE THE GOAT! so much value man!!!

  • @GoodTimesHD
    @GoodTimesHD 3 года назад +4

    very helpful, thank you!

    • @CreativeDojo
      @CreativeDojo  3 года назад

      Thanks man, appreciate the awesome feedback!

  • @kaietaro
    @kaietaro Год назад +1

    Thanks man! Great introduction to animating with markers ^^

  • @PinoyTechTutorials
    @PinoyTechTutorials 2 года назад

    Such a very clear instructions for newbies! thank you very much sir.

    • @CreativeDojo
      @CreativeDojo  2 года назад

      Glad you found the video useful my friend!

  • @leomass
    @leomass 2 года назад

    Nice tip!

  • @keaganmcgoldrick9391
    @keaganmcgoldrick9391 2 года назад

    This is really awesome. Can you do the same with fill effect. Changing from one colour to the next between markers

  • @manolomaru
    @manolomaru 3 года назад +1

    Wuuuuuoooooooooww, pretty ways for animate everything bro!
    ...Great video like always :)

    • @CreativeDojo
      @CreativeDojo  3 года назад

      Haha appreciate it Manuel. Lots of methods, always good to know multiple ways to streamline something :D

  • @neosigma
    @neosigma 2 года назад +1

    awesome video! how would we go about adding ease in/outs with this method?

  • @joeystarr75
    @joeystarr75 3 года назад

    really good explanation , wish u could do some more in an other video. Keep it up !

    • @CreativeDojo
      @CreativeDojo  3 года назад

      Thanks for the awesome feedback Joey, would love to hear any suggestions or requests!

    • @joeystarr75
      @joeystarr75 3 года назад

      @@CreativeDojo Any vids where u can explain "what does what" in an expression. Like you did there. Hope u understand, i'm not a native english speaker

  • @CamiloMonsalve
    @CamiloMonsalve 3 года назад

    Awesome expression! Thank you!
    How do you link the Y position to the self-position of this own layer?
    For example: Start +40 pixels IN on Y, and end -40 pixels OUT on Y?

    • @CreativeDojo
      @CreativeDojo  3 года назад

      Use the same technique, but you can access the y position property by referencing it as: position[1]. So do all the math and calculations with position[1] for y axis, then you'll probably need to combine the whole position together at the end.
      Position consists of x, y, z. If you want to keep x and z the same, and manipulate y only, do something like:
      [value[0], yourYVariable, value[2]]

  • @mehdiarjmandi5280
    @mehdiarjmandi5280 2 года назад

    ty for perfect lesson

    • @CreativeDojo
      @CreativeDojo  2 года назад

      Thanks for the awesome feedback!

  • @gustavosaliola
    @gustavosaliola 2 года назад

    This is great! Can you help with a slight mod for this? I need to link a TXT layer with a Checkbox Control so it can control via hold keyframe this property (Making the font ALL CAPS On/Off)
    // Enable All Caps with a Boolean
    style.setAllCaps(true)
    Thanks!

  • @prashanthkasireddy5429
    @prashanthkasireddy5429 2 года назад

    amazing video

  • @sergeylovtsov1778
    @sergeylovtsov1778 2 года назад +1

    is it possible to control the end of the animation in mogrt? For example - text appears by transparency and position. Disappears at 5 seconds. Can I bind to the keys and move them so that the text disappears 2 seconds sooner?

  • @Ratphoria
    @Ratphoria 3 года назад

    hey man, how you would go about setting this expression's In/Out animation to a specific frame via slider control?

    • @CreativeDojo
      @CreativeDojo  3 года назад

      So we define markerIn and markerOut as just points in time (based on our markers). If you dont want to use marker time and you want to define a specific frame, you can just set markerIn and markerOut to any time you want instead of marker time. It'll need to be in seconds, so you can convert your frame # to secs based on your comp frame rate. Link that to a slider.

  • @varianttiantti
    @varianttiantti 4 месяца назад

    Good stuff. How do you set it up if there is more than two markers on a layer? Lets say the layer fades in and out five times? Does it require a loop and dynamically build the linear animation function?

  • @rafaelskiarteportfolio1098
    @rafaelskiarteportfolio1098 11 месяцев назад

    AMAZINGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG

  • @DanielWilliamsonion
    @DanielWilliamsonion 3 года назад

    Nice dude. I guess it wouldn't be a huge leap to have the text update to what the current text of the marker is saying. That could be useful in a creative way.

    • @CreativeDojo
      @CreativeDojo  3 года назад

      A lot of studios rig stuff like this up, so it's faster to change text. Would be simply to read the comment data into source text for sure :)

  • @Buklen
    @Buklen 2 года назад

    Now I can throw away my copy of Animation Composer, Thanks!

  • @HONEYLD
    @HONEYLD 2 года назад +1

    I have a question? Is there any expression to make a fade in/out animation based on when the layer starts and ends?

    • @CreativeDojo
      @CreativeDojo  2 года назад +1

      Yes! Instead of using marker times, you can use layer.inPoint and layer.outPoint and calculate fade using those times. Just search it up and read the documentation on those expressions

    • @HONEYLD
      @HONEYLD 2 года назад

      @@CreativeDojo THANKS! You're a life saver

  • @WITH_CYCLE
    @WITH_CYCLE 2 года назад

    How to copy the marker effect

  • @liaquatali5206
    @liaquatali5206 2 года назад

    If we save it as a preset will we get markers, if we apply it to future/other projects. OR we have to add markers manually?

    • @CreativeDojo
      @CreativeDojo  2 года назад +1

      Unfortunately, I don't think AE presets save marker data, so you'd need to add the markers manually.

    • @liaquatali5206
      @liaquatali5206 2 года назад

      @@CreativeDojo but when we apply animation composer presets or other text presets from envato they do create layer markers. How?

    • @liaquatali5206
      @liaquatali5206 2 года назад

      @@CreativeDojo I asked this on community tab too and got this reply
      Items to be added to presets must be actually selected and that applies to markers as well.

    • @avecesmellamolucas
      @avecesmellamolucas 2 года назад +1

      @@liaquatali5206 this is literally the same question that brought me here. I'd like to make some animations with the animator and then save them, but can't seem to find a way to do it. It may be that they just wrote them by code.

  • @mariajocarra
    @mariajocarra 10 месяцев назад

    puede enviarme la expresion, please

  • @S_Z.
    @S_Z. 3 года назад +1

    👍

    • @CreativeDojo
      @CreativeDojo  3 года назад +1

      Thanks for the feedback brother!

  • @adhinside3352
    @adhinside3352 3 года назад

    :D