Skip to content

Conversation

josephperrott
Copy link
Member

Create the MdProgressCircle component as described here:
https://docs.google.com/document/d/1tFr8nFOAqCMO71EtOsNCYvGnmGQhcNWxr5dAzWWa93o/

@josephperrott josephperrott self-assigned this Feb 5, 2016
@googlebot googlebot added the cla: yes PR author has agreed to Google's Contributor License Agreement label Feb 5, 2016
@import "default-theme";


$circle-ease-in-out : cubic-bezier(0.35, 0, 0.25, 1) !default;
Copy link
Member

Choose a reason for hiding this comment

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

This should be in a core/ scss var with the other animations.

Copy link
Member

Choose a reason for hiding this comment

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

All of the vars should be prefixed with md- so that people can combine them with their own scss builds eventually.

@jelbourn
Copy link
Member

jelbourn commented Feb 5, 2016

You can change this after other changes to avoid diff noise, but the files should be dash-case.

}

&.md-accent circle {
stroke: md-color($md-accent, 100);
Copy link
Member

Choose a reason for hiding this comment

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

Why are these set to the 100 hue?

@jelbourn
Copy link
Member

jelbourn commented Feb 5, 2016

Done with my first round of comments.

cc @hansl @robertmesserle @kara

@josephperrott josephperrott force-pushed the md-progress-circle branch 3 times, most recently from 927ab3f to b5656a1 Compare February 5, 2016 23:31

/* Animation Durations */
$md-progress-circle-duration : 5.25s !default;
$md-progress-circle-value-change-duration : $md-progress-circle-duration * (1 / 4) !default;
Copy link
Member

Choose a reason for hiding this comment

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

(1 / 4) to 0.25 ?

Copy link
Member Author

Choose a reason for hiding this comment

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

Done

@jelbourn
Copy link
Member

Added just a last few minor nits.

@jelbourn
Copy link
Member

LGTM

There will certainly be some DartAnalyzer problems, but those can be addressed in a follow-up PR.

@josephperrott I can merge this if you don't have any further changes you wanted to make.

@josephperrott
Copy link
Member Author

@jelbourn I have made all of the changes and pushed. Ready to go.

@jelbourn jelbourn closed this in 5ccbfb1 Feb 11, 2016
@jelbourn jelbourn deleted the md-progress-circle branch February 12, 2016 02:32
andrewseguin pushed a commit to andrewseguin/components that referenced this pull request Oct 15, 2018
* Fix asset urls for examples that load images/icons

* Missing semi-colon

* asset
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla: yes PR author has agreed to Google's Contributor License Agreement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants