Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@kKaskak
Copy link
Member

@kKaskak kKaskak commented Oct 30, 2025

No description provided.

@kKaskak kKaskak added this to the v5.0.0-beta.28 milestone Oct 30, 2025
@kKaskak kKaskak requested a review from tymmesyde October 30, 2025 16:06
@kKaskak kKaskak added the feature New feature implementation label Oct 30, 2025
@kKaskak kKaskak requested review from Botsy and TRtomasz October 30, 2025 16:22
Comment on lines +179 to +192
&.selected {
animation: border 3s ease-in-out forwards;
}

@keyframes border {
0% {
border: 0.15rem solid var(--primary-accent-color);
}
100% {
border: 0.15rem solid transparent;
}
}


Copy link
Member

Choose a reason for hiding this comment

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

Shouldn't we leave the border visible so that the selected episode stays highlighted? Otherwise, I think this animation might be missed. Maybe we can keep the animation, just instead of making it entirely transparent in the end, we could go with lower opacity so that the border is not that bright, but it's still there, as an accent to the selected video. What do you think?

Copy link
Member Author

Choose a reason for hiding this comment

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

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

Labels

feature New feature implementation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants