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

Add Timing Functions Mixin #20

Merged
merged 6 commits into from
Nov 18, 2016
Merged

Add Timing Functions Mixin #20

merged 6 commits into from
Nov 18, 2016

Conversation

bhough
Copy link
Contributor

@bhough bhough commented Nov 16, 2016

Addresses line item in #1

@mxstbr mxstbr mentioned this pull request Nov 16, 2016
50 tasks
@codecov-io
Copy link

codecov-io commented Nov 16, 2016

Current coverage is 100% (diff: 100%)

Merging #20 into master will not change coverage

@@           master   #20   diff @@
===================================
  Files           4     5     +1   
  Lines           7     9     +2   
  Methods         0     0          
  Messages        0     0          
  Branches        0     0          
===================================
+ Hits            7     9     +2   
  Misses          0     0          
  Partials        0     0          

Powered by Codecov. Last update ebf27ca...b967143

@bhough
Copy link
Contributor Author

bhough commented Nov 16, 2016

@mxstbr this is ready for review, but wanted your thoughts on how we want to return static values like this. My thought is having a function that returns it would keep it consistent with similar mixins that do work behind the scenes (like strip unit). That way the API is always the same. Thoughts?

@mxstbr
Copy link
Member

mxstbr commented Nov 17, 2016

I like it! What about adding a list of the functions we support to the docs?

@bhough
Copy link
Contributor Author

bhough commented Nov 17, 2016

good idea!

Add mixin that returns a given cubic-bezier timing function for use in animations

Addresses line item in #1
Generate documentation for timingFunctions

n/a
Updated docs for timingFunctions and added better exclusions to speed up doc generation.

n/a
Regenerate docs

n/a
@bhough
Copy link
Contributor Author

bhough commented Nov 17, 2016

Added to docs and ready for review.

@mxstbr
Copy link
Member

mxstbr commented Nov 18, 2016

This LGTM, except for this:

screen shot 2016-11-18 at 10 52 40

Any way to fix that overflowing list? I'm sure there could be a better display for them.

Bring theme into the repo so that we can address current bugs and with an eye towards full theme

customization.

n/a
@bhough
Copy link
Contributor Author

bhough commented Nov 18, 2016

So this turned out to be a bug of sorts with the theme instead of with how we are displaying it. Since we are going to need to customize the theme anyway, I brought the theme into the repo and fixed the bug on our copy that we will customize further later.

Should be good to ship now once you approve.

Copy link
Member

@mxstbr mxstbr left a comment

Choose a reason for hiding this comment

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

Awesome!

@mxstbr mxstbr merged commit 181d686 into master Nov 18, 2016
@mxstbr mxstbr deleted the timing-functions branch November 18, 2016 20:03
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.

None yet

3 participants