Skip to content

Is there any way to add/remove classes atEnter, atLeave, and atActive?  #124

@Lathryx

Description

@Lathryx

I'm attempting to add/remove a .hide class:

.hide {
    margin: 0; 
    padding: 0; 
    width: 0; 
    height: 0; 
    opacity: 0; 
}

Which essentially allows other elements to pass over the corresponding element in its atLeave state, of course given that element has this class. Then, on this element's atEnter stage, I must promptly remove this class.

Is there any known way of doing this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions