#its not giving that snappy scroll view,

1 messages · Page 1 of 1 (latest)

ornate plover
visual jewel
#

I'll take a look into it

ornate plover
#

looks like they are using a lot of libraries which doesn't really answer the question

#

but then you can inspect how those are doing it

#

i have my computer set to smooth scroll so i was a bit confused at first

#

lol

visual jewel
#

Smoothly,

visual jewel
#

When I inspected the page, I saw that there are lots of translateY properties changing and technically they had disbaled the overflow-y of the page

#

so there is no scroll view, its all a big sections pilled up togehter and the elements are TranslateY based on the mouse scroll event

ornate plover
#

yeah usually they disable something because if enabled, you'd see a wild amount of content you don't want to see

visual jewel
#

I want to acheive that 2003 section effect, i.e. the black splash comming and the

ornate plover
#

alternatively the scrollbar would go crazy and look weird

visual jewel
ornate plover
#

and sorry for all the questions but do you care how it is achieved or would you be happy to use a library that does it?

#

or want to build from scratch?

visual jewel
ornate plover
#

from what I can see, it's using translate3d and scale, to do the bulk of the effect. scroll points are used to instigate change but the css is handling most of it. I would try replicate the css first perhaps

visual jewel
#

scroll event

#

would probably won't gonna work

#

which event would I have to listen for such situations?