Skip to content

Commit

Permalink
fix(progressbar): set initial size to progress so it animates smoothly
Browse files Browse the repository at this point in the history
  • Loading branch information
joneff committed Sep 9, 2019
1 parent 64cc404 commit 127aaa4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/default/scss/progressbar/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
}

> .k-state-selected {
width: 0;
flex-direction: row;
}

Expand Down Expand Up @@ -128,6 +129,7 @@
}

> .k-state-selected {
height: 0;
flex-direction: column-reverse;
align-self: flex-end;
}
Expand Down

0 comments on commit 127aaa4

Please sign in to comment.