Merge pull request #976 from NoRedInk/dansby/slow-caret

Change transition time of menu caret
This commit is contained in:
Tessa 2022-07-07 14:25:37 -07:00 committed by GitHub
commit d88a914b5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -364,7 +364,7 @@ viewArrow { isOpen } =
[ Css.Global.svg [ display block ]
]
, property "transform-origin" "center"
, property "transition" "transform 0.1s"
, property "transition" "transform 0.4s"
, if isOpen then
transform (rotate (deg 180))