Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Graphic ranking animation technique

  • Graphic ranking animation technique

    Posted by Rafael Braz on November 6, 2019 at 4:59 pm

    Hey, lately I’ve seen a lot of this kind of video:

    https://youtu.be/RSuloaATQRA

    Does anyone one knows if this is made on AE and/or how is it made?

    Thanks in advance!

    Some contents or functionalities here are not available due to your cookie preferences!

    This happens because the functionality/content marked as “Google Youtube” uses cookies that you choosed to keep disabled. In order to view this content or use this functionality, please enable cookies: click here to open your cookie preferences.

    Graham Quince replied 6 years, 6 months ago 2 Members · 1 Reply
  • 1 Reply
  • Graham Quince

    November 9, 2019 at 6:02 pm

    It’s entirely possible to do this in After Effects, using keyframes and expressions and a bit of manual tweaking, but my guess would be that this is using one of the many oven-ready templates / info graphic web-based software.

    To make in after effects, I’d create a solid, and use another solid as an alpha mask. Then I’d use a slider to set my value and this expression on the x position of mask solid, to create the growing/shrinking bar:

    input = effect(“Slider Control”)(“Slider”);
    inputLow = 0;
    inputHigh = 100;
    outputLow = -100;
    outputHigh = 100;

    linear(input,inputLow,inputHigh,outputLow,outputHigh)

    I’d then duplicate my layers, making sure the mask layer is parented to the bar layer, and manually keyframe the swapping of vertical positions.

    http://www.YouTube.com/ShiveringCactus – Free FX for amateur films
    https://shiveringcactus.wordpress.com/ – FX blog

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy