Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Pixel Perfect of the Future

Ahmed Sulaiman
October 19, 2016

Pixel Perfect of the Future

Description of the fundamental problems with pixel perfect. Does it really important to consider and does it exists at all.
How should we change our behavior as a developers and designers to prepare for the next generation of pixel perfect, in order to provide best possible user experience on any screen size at any state with any possible data.

Ahmed Sulaiman

October 19, 2016
Tweet

More Decks by Ahmed Sulaiman

Other Decks in Design

Transcript

  1. @ahmed_sulajman Brief history Every pixel on the web page should

    be exactly the same as it is on the design
  2. @ahmed_sulajman Styleguides in code NUI https://github.com/tombenner/nui Button { background-color: @primaryBackgroundColor;

    border-color: #A2A2A2; border-width: @primaryBorderWidth; font-color: @primaryFontColor; font-color-highlighted: #999999; font-name: @primaryFontName; font-size: 18; corner-radius: 7; }
  3. @ahmed_sulajman Styleguides in code Classy https://github.com/ClassyKit/Classy MYCustomView { background-color: $mainColor;

    title-insets: 5, 10, 5, 10; > UIProgressView.tinted { progress-tint-color: rgb(200, 155, 110, 0.6); track-tint-color: yellow; } }
  4. @ahmed_sulajman Fundamental problems: • We still use images to show

    design
 • Designers and Developers should work closer to each other