Skip to content

Commit

Permalink
add fill transition to ZLogo
Browse files Browse the repository at this point in the history
  • Loading branch information
qnp committed Oct 6, 2020
1 parent 5a6d27a commit 876e1fd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions web/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## 0.2.13 (October 6, 2020)

### Features

* Add fill transition to ZLogo

## 0.2.12 (September 24, 2020)

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
@@ -1,6 +1,6 @@
{
"name": "@zoov/design-system",
"version": "0.2.12",
"version": "0.2.13",
"private": false,
"scripts": {
"dev": "vue-cli-service serve",
Expand Down
3 changes: 3 additions & 0 deletions web/src/components/ZLogo/ZLogo.vue
Expand Up @@ -10,6 +10,9 @@
svg
flex 1 1 auto
path
transition fill 0.3s
&.z-logo--slanted
svg
transform rotate(-17deg)
Expand Down

0 comments on commit 876e1fd

Please sign in to comment.