Skip to content

Solution#1264

Open
Vladokvl wants to merge 4 commits intomate-academy:masterfrom
Vladokvl:master
Open

Solution#1264
Vladokvl wants to merge 4 commits intomate-academy:masterfrom
Vladokvl:master

Conversation

@Vladokvl
Copy link

@Vladokvl Vladokvl commented Jan 28, 2026

@Vladokvl
Copy link
Author

Vladokvl commented Jan 28, 2026

DEMO-LINK

i have question about how to make list smooth expanding like in this example?

Also can check this example i created based on Firebase with subscription on changes in DB, so it`s realtime updating.

Copy link

@brespect brespect left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome! About expanding:
You can keep the element in the DOM permanently, not through conditional rendering.
When the list is expanded, change the class or state to "open", when collapsed - to "close".
Animation is done through CSS transition (opacity + transform or max-height).
After the animation of the image is complete, if necessary, you can select the element or leave it as received.

@Vladokvl
Copy link
Author

DEMO-LINK

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants