mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-03 05:29:12 +00:00
Make splash screen wider, opaque and fix it's spinner radius
Radius should be such that final spin doesn't extend out of the circle Opaque background improves contrast for better visual
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
var $wrap = document.getElementById('loading-animation'),
|
||||
|
||||
canvassize = 280,
|
||||
canvassize = 380,
|
||||
|
||||
length = 40,
|
||||
radius = 7.3,
|
||||
radius = 6.8,
|
||||
|
||||
rotatevalue = 0.035,
|
||||
rotatevalue = 0.02,
|
||||
acceleration = 0,
|
||||
animatestep = 0,
|
||||
toend = false,
|
||||
|
||||
Reference in New Issue
Block a user