Skip to content

Commit

Permalink
Add transition animation (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
AmoebeLabs authored Nov 15, 2019
1 parent 58171b4 commit 2e00adb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flex-horseshoe-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -1104,7 +1104,8 @@ class FlexHorseshoeCard extends LitElement {
stroke-dasharray="${this.dashArray}"
stroke-width="${this.config.horseshoe_state.width || 12}"
stroke-linecap="round"
transform="rotate(-220 100 100)"/>
transform="rotate(-220 100 100)"
style="transition: all 2.5s ease-out;"/>
${this._renderTickMarks()}
</g>
Expand Down

0 comments on commit 2e00adb

Please sign in to comment.