Skip to main content
Participant
October 7, 2024
Question

Cannot Save Source Text in Preset Adobe After Effect

  • October 7, 2024
  • 1 reply
  • 127 views

I'a trying to save a simple number animatiion with this code: 

num = ""+ effect("Angle Control")("Angle").value.toFixed(0) + "";

function addCommas(x) {
return x.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",");
}

addCommas(num)

but i cannot save it as an animation preset in adobe after effect, while on the video i just watched th guy was able to... Any idea oabout how to fix the porblem ? 

 

link of vieo: https://www.youtube.com/watch?v=KYweBo9lgKM

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
October 7, 2024

in the future, to find the best place to post your message, use the list here, https://community.adobe.com/

p.s. i don't think the adobe website, and forums in particular, are easy to navigate, so don't spend a lot of time searching that forum list. do your best and we'll move the post (like this one has already been moved) if it helps you get responses.



<"moved from using the community bugs">