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

report: draw metric lines over the screenshots. #2848

Merged
merged 5 commits into from
Aug 4, 2017
Merged

Conversation

paulirish
Copy link
Member

based on discussion that lighthouse team members didn't know these things shared the same timescale. :)

lines only draw on hover:

image

.lh-timeline {
padding: 0;
padding-bottom: 0;
min-width: calc(var(--lh-filmstrip-thumbnail-width) * 10 + var(--default-padding) * 2);
Copy link
Collaborator

Choose a reason for hiding this comment

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

:/ not a major fan of this one without something to put there

Copy link
Member Author

Choose a reason for hiding this comment

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

going to leave alone the empty space on the right for now. After I add in the button to view trace i'll revisit this.

animation-fill-mode: forwards;
}

@keyframes fadeIn {
Copy link
Contributor

Choose a reason for hiding this comment

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

Personal perf is to put definitions like @keyframes at the top of the file, but that's just me. Up to you.

@paulirish paulirish merged commit 5832761 into master Aug 4, 2017
@paulirish paulirish deleted the metriclines branch August 4, 2017 23:01
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