Forum Replies Created

Page 2 of 2
  • Alex Weil

    July 2, 2018 at 1:47 pm in reply to: json sourceText with linewrap?

    okay, i think After effects cant even read the \n command

    \n\n[\”espírito de aventura\” should not be capitalised.]

    here a screenshot:
    12495_bildschirmfoto20180702um15.44.07.png.zip

  • Alex Weil

    June 12, 2018 at 7:41 am in reply to: Data Driven Animation: get Color from Json

    sorry, had some little failures in my text … sorry, i meant “textcolor”

    i tried to say, that i only have an expression on the layer, that says “footage(“test9.json”).dataValue([9])” but there was no data that i can use to pick my color from.

    thanks to your answer, i erased the quotation marks from the array and now i got some nice usable data ☺
    thanks dan

  • Alex Weil

    April 26, 2018 at 7:33 am in reply to: individual Keyframe expression

    okay solved the problem now with a Slider from 0 to 100, some expressions and a linear-function

    p1 = thisLayer.height-thisLayer.height;
    p2 = thisLayer.height;
    p0 = thisLayer.width/2;

    slider = effect("Slider Control")("Slider");
    linear(slider,100,0,[p0,p1],[p0,p2])

    i combined that expression with a linear wipe and got a nice drop in animation without an extra Matte Layer.

    but my second question is still standing, can i define the value of every keyframe i set in my expression?

  • Alex Weil

    April 10, 2018 at 9:15 pm in reply to: display layer movement direction

    brilliant as always, Mr. Ebberts ☺ thanks so much

  • Alex Weil

    April 10, 2018 at 7:25 pm in reply to: display layer movement direction

    thanks Dan,

    maybe you can help me with a similar expression? i’ll post it underneath. i have a layer parented to a second layer. when the “master” layer moves left, the “slave” layer rotates with a positive value, when it moves left, it should rotate to a negative value. at the moment i have an if/else driven checkbox expression. maybe there is a way to somehow combine the expressions?

    (i hope my english is good enough to make my case clear).

    if (effect("Checkbox Control")("Checkbox")== 1){
    r= -1 ;
    }else{
    r= 1 ;
    }

    x=thisComp.layer("Shape Layer 1").transform.position;
    (x.speed/30)*r

Page 2 of 2

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