Slick looking website @min
I think you have a small bug though! The cursor has opacity : 0
on the landing page which is really baffling to me and makes navigation very difficult.
Slick looking website @min
I think you have a small bug though! The cursor has opacity : 0
on the landing page which is really baffling to me and makes navigation very difficult.
Iām taking over the cursor with a yellow dot on desktop (and the cursor is removed on tablet/mobile). Do you not see the yellow dot?
Nope! I have the some problem in both firefox and chrome (MacOS).
What resolution are you viewing at?
Iām on a 13ā macbook pro (2560 x 1600)
Ah I think due to resolution scaling you might be hitting Ipad pro resolution. Iāll push a fix now that handles it
Yeah, zooming out fixes it . Looking at the devtools the cuplrit seems to be this rule:
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1366px) and (min-device-width: 1024px) and (orientation: landscape)
.css-1au9agd-Cursor {
/* opacity: 0; */
}
Should be completely fine now
Yup, can confirm. Nice work
Would really like to hear about your experience with frontity as well, by the way! Anything that you found problematic or annoying in particular? Did you enjoy working with it?
Definitely happy to chat! Itās kind of crazy how quickly I was able to do this knowing nothing about Frontity and not being super advanced with React. It was a 2.5 week dev timeline, and the mouse elements in particular were challenging to do, not due to Frontity but mostly due to lack of familiarity with doing advanced react stuff. Iām still looking for ways to improve the Lighthouse score in particular.
Thatās great to hear @min
We prefer to keep the feedback open so that everyone can see it. So, instead of a private chat could you edit the top comment and add a āFeedbackā section mentioning what you liked and disliked (we know weāre not perfect, so donāt go easy on us )
Just to give you some idea of what we were looking for, hereās an example of the feedback we found super useful: My experience and some feedback for frontity
PS. If youād like to chat 1-on-1 as well, youāre very welcome to send me a DM!
This is sick!! Incredible work man.
Excellent work!
Iāve been thinking about trying that āreplace cursorā thing you did myself. Nice work!
We also submitted the site over to Awwwards so if you all like it, please consider tossing a vote our way
Voted!
you have my vote as well!
Really cool design, it took me little to get use to the cursor, but itās definitely unique which I like. If you donāt mind some feedback though, I wish it didnāt move when scrolling, similar to the default cursor. Itās a little disorienting after scrolling the dot jumps to where the actual cursor is.
Definitely! I intend to fix that as soon as I can, thank you for the feedback!