Skip to content

Commit

Permalink
fix(shape): shape transition did not work when child also has a trans…
Browse files Browse the repository at this point in the history
…ition set
  • Loading branch information
lubber-de authored and Sean committed Feb 11, 2019
1 parent 0a05e9f commit 76d10d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/definitions/modules/shape.less
Expand Up @@ -133,6 +133,10 @@
.ui.shape.animating .side {
transition: @sideTransition;
}
.ui.shape .animating.side *,
.ui.shape.animating .side * {
transition: none;
}

/*--------------
Active
Expand Down

0 comments on commit 76d10d3

Please sign in to comment.