Skip to content

Commit

Permalink
fix(colorhandle): updates animation
Browse files Browse the repository at this point in the history
  • Loading branch information
jenndiaz authored and pfulton committed Aug 10, 2023
1 parent 1f8e486 commit 0dd3b76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/colorhandle/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ governing permissions and limitations under the License.
border-radius: var(--mod-colorhandle-hitarea-border-radius, 100%);
}

transition: all var(--mod-colorhandle-animation-duration, var(--spectrum-colorhandle-animation-duration)) var(--mod-colorhandle-animation-easing, var(--spectrum-colorhandle-animation-easing));

This comment has been minimized.

Copy link
@Westbrook

Westbrook Sep 8, 2023

Contributor

These seems wrong in that is overwrites the other transition property and causes positioning on the Color Handle also to be animated. Thoughts?


&.is-focused,
&.focus-ring {
/* Bigger handle when focused */
Expand Down

0 comments on commit 0dd3b76

Please sign in to comment.