Hello everyone again,
I'm trying to do some web studies here and of course, digging deeper into responsive web design. Recently I came across this web page: http://kumanimedia.com/portfolio
You will notice when you rescale your browser window, the boxes fluxuate based on it's size.
On that, I inspected the element and the css that caused that effect and from what it seems (I could be wrong) it's something to do with the webkit-transform: translate3d effect.
Can anyone provide a bit more insight to what's exactly causing this effect?
Thanks

Recommended Answers

All 2 Replies

Member Avatar for LastMitch

Can anyone provide a bit more insight to what's exactly causing this effect?

@ACRDepos

jquery/css3 code and responsive design.

CSS do this :

@import media only screen and (min-width:1020px) and (max-width:1366px)
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.