
Search found 3 matches
- May 17th, 2006, 7:21 pm
- Forum: Expression Discussion
- Topic: Attaching a comma... ?
- Replies: 4
- Views: 13219
- May 17th, 2006, 2:05 pm
- Forum: Expression Discussion
- Topic: Attaching a comma... ?
- Replies: 4
- Views: 13219
- May 17th, 2006, 11:12 am
- Forum: Expression Discussion
- Topic: Attaching a comma... ?
- Replies: 4
- Views: 13219
Attaching a comma... ?
Hey guys, I have a text animation using numbers (i.e. 1200) that's animated along a path using the first margin attribute. A slider effect controls the source text value, which is then rounded to the nearest integer... slideValue = Math.round(value); And now, I'm trying to figure out a way via expre...