0

I need to create a function similar to the one that is on Pinterest or better on http://www.sumally.com - sliding elements in the background. Does anyone have a clue how to do this?

Thanks,

Aleksandar

user2186701
  • 31
  • 1
  • 7

1 Answers1

0

enter image description hereEach div or "rows" on that site has something called -webkit-transition and -webkit-transformations applied. Look those up and you should be on your way. But there is more that goes into it because it looks like they are using smarty, like twig to load the images, so there really is not just a "function" to do all of that.

technoY2K
  • 2,442
  • 1
  • 24
  • 38