mhulse / illy-anim-redux

ExtendScript (.jsx) used to animate Adobe Illustrator’s layers in order to preview sequenced layer frames for animation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove $$ from vars

mhulse opened this issue · comments

_private.palette = function() {
// Palette box setup:
var meta = 'palette { \
orientation: "column", \
alignChildren: ["fill", "top"], \
margins: 15, \
group1: Group { \
orientation: "row", \
$$down: RadioButton { text: "Top down", value: "true" }, \
$$up: RadioButton { text: "Bottom up" }, \
$$pong: Checkbox { text: "Ping pong" } \
$$selected: Checkbox { text: "Use selected layers" } \
}, \
group2: Group { \
alignChildren: ["fill", "top"], \
orientation: "row", \
$$start: Button { text: "Start" }, \
} \
}';