Skip to content

Feature Proposal: Animate expanding/collapsing of rows #56

Open
@chapati23

Description

Right now, rows are expanded/collapsed by toggling display: none via javascript. the display-property can't be animated unfortunately.

a quick win would be to apply css-classes expanded & collapsed instead of setting it via javascript. this way users could add animations themselves by simply overwriting the display: none css with an animation of their choice (e.g. animating the height from 0 to 100% or using some sort of transform)

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions