tisho / Switch.framerfx

Utility component for Framer X that lets you switch between different states of an element
31 stars 4 forks source link

Fix border radius parsing on web. #16

Closed astegmaier closed 3 years ago

astegmaier commented 3 years ago

This fixes #15. In framer web, borderBottomLeftRadius, etc. will be numbers, while on the desktop, they are strings. This change allows Switch to handle both of these cases.

tisho commented 3 years ago

Looks good. Thanks so much!