Tagged Questions
2
votes
2answers
272 views
Better way to scroll through discrete horizontal list
As a javascript developer, the simplest way to implement sliding is to just put all items in a row and animate by changing a css property.
Are there any reasons to do it this way besides the ...