/playstation-survey-form

Activity 2: Survey Form

Primary LanguageHTML

Activity 2: Survey Form

Contents

  • Responsive Webpage
  • Form Input Designs
  • Multi Form
  • Slide Transition
  • Background Animation

Webpage Overview

Sliding Function

function slideNext(from, to) {
  from.style.left = '-450px';
  to.style.left = '40px';
}
function slidePrev(from, to) {
  from.style.left = '450px';
  to.style.left = '40px';
}

Icon Toolkit