Skip to content

Commit

Permalink
Release v 0.3.3
Browse files Browse the repository at this point in the history
* Add options to adjust animation timing closes #15 closes #28 closes #45
* Remove debug log closes #47
* Add angular 9 support closes #46
  • Loading branch information
glutengo committed Mar 21, 2020
1 parent c4a7e16 commit d71048b
Show file tree
Hide file tree
Showing 8 changed files with 116 additions and 89 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,23 @@ The `expanded` class will be added to the timeline-entry compnent when the entry

### MglTimelineEntryContent

#### Inputs

| property | type | default | impact |
| ------------------------ | ------- | ------------ | ---------------------------------------------------------------------------------------------- |
| expandAnimationTiming | string | '200ms ease' | Controls the animation speed of the content of an entry. Set to `0ms` to disable the animation |
| collapseAnimationTiming | string | '100ms ease' | Controls the animation speed of the content of an entry. Set to `0ms` to disable the animation |


### MglTimelineEntryDot

#### Inputs
| property | type | default | impact |
| -------- | ------ | ------- | ------------------------------------------------------------------------------------------------------------------ |
| size | number | 45 | Size of the dot [px] |
| class | string | primary | Will be set as class name of the dot element. primary and accent can be used when using the angular material theme |
| expandAnimationTiming | string | '200ms ease' | Controls the animation speed of the dot of an entry. Set to `0ms` to disable the animation |
| collapseAnimationTiming | string | '100ms ease' | Controls the animation speed of the dot of an entry. Set to `0ms` to disable the animation |


## Polyfills
Expand Down
128 changes: 62 additions & 66 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d71048b

Please sign in to comment.