Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Essention Graphics: Slider Control not working?

Participant ,
Feb 26, 2025 Feb 26, 2025

I just bind the Position with an epression to an slider FX

 

effect("Slider Control")("Slider")

 

but in Premiere, the mogrt does not work. The slider is there, but nothing happens

TOPICS
Expressions
469
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Pinned Reply

Adobe Employee , Feb 26, 2025 Feb 26, 2025

Hi @simon0815,

Thanks for reporting this issue. If you change the word "Slider" to 1, does it work? E.g. 

 

effect("Slider Control")(1);

 

Cheers,

- John, After Effects Engineering Team 

 

Translate
Adobe Employee ,
Feb 26, 2025 Feb 26, 2025

Hi @simon0815,

Thanks for reporting this issue. If you change the word "Slider" to 1, does it work? E.g. 

 

effect("Slider Control")(1);

 

Cheers,

- John, After Effects Engineering Team 

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Feb 27, 2025 Feb 27, 2025

no, it noes not.
(Ae and Pr 25.1)

Ae is english, Pr is german, but i think, thats not the problem? (I can't change the language of Pr)

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Feb 27, 2025 Feb 27, 2025

ok, funny:

When I export the Pr sequenz through AME, then it works. But in the Pr sequenz I don't have a visual reference where the graphic is. (Render the sequence does not the job)

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Feb 27, 2025 Feb 27, 2025

so... it just works with the (1) trick and export throught AME.

even pitty in the first place, the pickwhipe does give a wrong expression.

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Mar 01, 2025 Mar 01, 2025

any update? 😞

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Mar 11, 2025 Mar 11, 2025
LATEST

For a future me:

 

Thanks to Tristan on the fb groupe Ukramedia

it's bc of the separated dimensions! OR the language! (Slider = Schieberegler)

Does not work in Pr bc it's german: export through AME works, bc it is english.

 

and, as you sugested; use 1 instead "Slider". Pitty, the pickwhitp takes "Slider" not 1
 
It works like this. hell yeah, I did it without chatGPT

 

Slider1 = thisComp.layer("Shape Layer 1").effect("Slider Up down")(1);
Slider2 = thisComp.layer("Shape Layer 1").effect("Slider left right")(1);
[x=Slider2, y=Slider1]
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines