Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: speakers open animation #581

Merged
merged 1 commit into from
Nov 24, 2023
Merged

Conversation

MarioRodrigues10
Copy link
Member

No description provided.

Copy link

netlify bot commented Nov 24, 2023

Deploy Preview for seium-stg ready!

Name Link
🔨 Latest commit 1eaeb82
🔍 Latest deploy log https://app.netlify.com/sites/seium-stg/deploys/656112e64fee5d00083cda2b
😎 Deploy Preview https://deploy-preview-581--seium-stg.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@MarioRodrigues10 MarioRodrigues10 merged commit 2d897a8 into main Nov 24, 2023
5 checks passed
@MarioRodrigues10 MarioRodrigues10 deleted the mr/add-speakers-open-animation branch November 24, 2023 21:25
<p className={showSpeaker ? "hidden" : ""}>{description}</p>
<div>
<p
className={`transition-max-height overflow-hidden duration-300 max-h-${
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
className={`transition-max-height overflow-hidden duration-300 max-h-${
className={`transition-max-height overflow-hidden duration-300 ${showSpeaker ? "max-h-96" : "max-h-0"}`}

Reason: tailwind analyses all source files to find css classes to avoid outputting the whole library. By splitting up the css class name, this analysis won't find it. The only reason why the animation still works in this case is because this exact same class is found in another source file (in the schedule, where it's used for the exact same animation)

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.

3 participants