We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
In After Effects, you can add a class or an id to a layer by prefixing it's name with a "#" (for id) or a "." (for classes).
For example if you name your layer in After Effects: .button_element.button_submit#form_button the svg or html element will have
.button_element.button_submit#form_button