- 1
coding required for scorlling like youtube
YouTube scrolling
5 Respuestas
+ 2
YouTube use not just html and css, but also some js framework (i think angular) for UI.
Also you need to add backend language and database, to store all videos posted by users, all views and likes count... and protect this data.
So yes you need programming.
About scrolling, this data is probably downloaded from server in smaller chunks, so when you reach end you got new set of videos like 5-10.., you can also see sometimes loading icon
0
Rachna Gautam are you referring to infinite scroll in youtube or something else?
0
I need html coding
0
For infinite scroll you can use infinite scroll library ( https://infinite-scroll.com/ ) or for pure js code you can refer to this stackoverflow post.
https://stackoverflow.com/questions/6456846/how-to-do-an-infinite-scroll-in-plain-javascript
0
I want to create YouTube like app