Skip to content
This repository has been archived by the owner on Mar 4, 2020. It is now read-only.

feat(animation): added animations for Teams theme #871

Merged
merged 6 commits into from
Feb 19, 2019

Conversation

bhamlefty
Copy link
Contributor

@bhamlefty bhamlefty commented Feb 8, 2019

Added animation library for Teams theme. This library is for basic enter exit animations like fades, scales, slides, and bounces.

@mnajdova mnajdova changed the title feat [animation library for teams theme] feat(animation): added animations for Teams theme Feb 8, 2019
CHANGELOG.md Outdated Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Feb 8, 2019

Codecov Report

Merging #871 into master will decrease coverage by 0.15%.
The diff coverage is 58.62%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #871      +/-   ##
==========================================
- Coverage   80.57%   80.42%   -0.16%     
==========================================
  Files         651      656       +5     
  Lines        8330     8388      +58     
  Branches     1420     1420              
==========================================
+ Hits         6712     6746      +34     
- Misses       1603     1627      +24     
  Partials       15       15
Impacted Files Coverage Δ
packages/react/src/themes/teams/animations/fade.ts 100% <100%> (ø)
...act/src/themes/teams/animations/timingFunctions.ts 100% <100%> (ø)
...ackages/react/src/themes/teams/animations/scale.ts 100% <100%> (ø)
packages/react/src/themes/teams/index.ts 90.9% <100%> (+0.43%) ⬆️
...ackages/react/src/themes/teams/animations/index.ts 100% <100%> (ø)
...ackages/react/src/themes/teams/animations/slide.ts 11.11% <11.11%> (ø)
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0c316b1...e343799. Read the comment docs.

CHANGELOG.md Outdated
@@ -58,6 +58,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Add `black` and `white` options for the `color` prop of the `Label` component @mnajdova ([#855](https://github.com/stardust-ui/react/pull/855))
- Add `Flex` component @kuzhelov ([#802](https://github.com/stardust-ui/react/pull/802))
- Add `inline` prop for `Dropdown` component @Bugaa92 ([#863](https://github.com/stardust-ui/react/pull/863))
- Added basic animation library for Teams theme @bhamlefty @mnajdova ([#871](https://github.com/stardust-ui/react/pull/871)
Copy link
Contributor

Choose a reason for hiding this comment

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

Please add this line to the [Unreleased] area.

@mnajdova mnajdova merged commit 2169675 into master Feb 19, 2019
@delete-merged-branch delete-merged-branch bot deleted the feat/team-theme-animations branch February 19, 2019 15:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants