Forum Replies Created
-
Applying to the matte layer
-
-
Change
s=Math.abs(Math.sin(linear(time,0,1,0,1)*Math.PI)*300);
to
q1=thisComp.layer("Ellipse "+thisProperty.propertyGroup(1).name.split("-")[0]).transform.position[0];
q2=thisComp.layer("Ellipse "+thisProperty.propertyGroup(1).name.split("-")[1]).transform.position[0];
s=Math.abs(Math.sin(Math.acos(linear(time,0,1,1,-1)))*(q1-q2)/2);BTW, you’ll get these artifacts:

cause that’s Particle World interpolates between frames. A workaround for this is to increase frame rate to something like 240 or stretch the whole animation in time. -
Oleg Pirogov
May 16, 2019 at 12:20 am in reply to: Bolding specific words from dynamically sourced textAs Dan have said, you can’t set part of a text to bold through expressions. You may, however, apply different stroke width to different parts of the text through text animator.
Increasing stroke width will get you “kinda bold” look, which may or may not be a suitable workaround for you, depending on how much you care about font neatness.
-
As far as I’ve tested, it works for any unhidden color property: fills, strokes, effects, lights, – whatever.
Could you please give more info on what exactly happens in your project?I suspect, it may just raise an exception on a half-way, simply not getting to the stroke color property.
-
If I got it right, the last action in our case is completing the path, so Ctrl-Z will bring you back to drawing mode with just one anchor selected. You may continue drawing with the Pen Tool, or a single anchor with Selection Tool.
In general, you may select the shape a.k.a “switch from rectangles to dots”. This effectively deselects the path (selecting it’s containing group instead) which is kinda like F2 but keeps the shape selected. Anyway, it’s Ctrl-LMB with Selection Tool or just choosing the containing shape in Timeline Panel.
-
As far as I know, you can’t do want you want to do.
Lottiefiles and bodymovin is about exporting animation from AE to web (by means of json files, for instance). Those JSONs you download from lottiefiles.com are not meant to be imported back to AE, and there’s no way to make AE projects from them [known to me at this moment].
Here’s Bodymivin’s git thread on this issue: https://github.com/airbnb/lottie-web/issues/304
Bottom line: they haven’t developed json-back-to-AE yet and it doesn’t seem to be their first priority. -
>May you give me any of your contact?
My FB is in my profile, feel free to contact me there. -
If I got the problem right, first thing to do is to set paragraph to “Right align text”. This will leave you with just slight shifts of commas and numbers due to different width of number chars.
Assuming this is still not acceptable, I then suggest using monospace font like Courier, with which your commas and numbers will always be at the same exact place. If you don’t like Courier, there are lots of others including such that resemble common non-monospace fonts.
-
Oleg Pirogov
April 4, 2019 at 11:00 am in reply to: trying to create a text animation character by characterIf you are ok with manually animating each character’s animation, you can make a Sélecteur de plage for each of them and setting each of them to select just one character. Would probably be easier, if you set Units=Index in Advance settings.
If you are not, Wiggly Selector may give you the randomization you want and Expression Selector – the control you (possibly) want, but the details of the technique depend on what animation precisely you want to make.
