Today we’d like to share another slideshow with you. The idea is to have a bit more of motion when navigating between the slides and showing another preview part with a fullscreen image.The animations are powered by TweenMax.
Ramd.js : JavaScript library for making Web Applications
RAMD or Render – Add – Modify – Delete is minimal 0.65 kb library for making simple list projects. Everything is based on the “simplified virtual DOM” that is basically JavaScript Object listing the essential element properties. This Object acts like internal DB that can be stored locally or send to the server. The importance of the “virtualdom” vs DOM is not about the speed but rather ease of use and storage.