/** * The following expression will remove any decimal points * that may appear from a slider animation */ Math.floor(effect("Slider Control")("Slider"));
/** * The following expression turns a slider value into a whole percentage * * Apply the following to the Source Text value of a text layer * Make sure the text layer has a Slider Control effect applied **/ var rounded_val = Math.floor(effect("Slider Control")("Slider")); rounded_val +"%";
At Loop, we build tools so that motion designers like you can save time.