Giter VIP home page Giter VIP logo

diagonalfade's Introduction

diagonalfade's People

Contributors

jonobr1 avatar tylercraft avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

diagonalfade's Issues

Browser / mobile support and performance

Hi, this script looks amazing on the demo page!

I saw the last major commit was on May 4th 2011. Therefore I was wondering, did you have the chance to test it against for browser support on desktop and/or mobile lately? And at all?

Where there any performance issues on any platform?

I appreciate your response.

Diagonal showing on homepage

There seems to be a diagonal line that shows on the public facing page

screen shot 2015-03-11 at 2 50 26 pm

I found the problem to be a background applied to the body

screen shot 2015-03-11 at 2 50 36 pm

Can't figure this out.

I am trying to follow your sample but can not get this script to work.
I am looking to have the div's fade in on page load...

k[u * l + r] is undefined

Hello!
I've set up a really minimal scenario with a div holding a set of images, each with a "width" and "height" attribute defined in the html.
Whenever I try to run the function, I get the error above.

curiousdevice/sprawl_test/index2.html

I don't think that I'm missing anything, and I'm out of ideas. Hopefully some fresh eyes would help.

Thanks!
Daniel + Angela.

Width / Height of Container and children not taking account of marging /padding

hi dude,
Thanks for your awsome plugins. Just used it and love it :)
Anyway, had some issues considering my container width/height, and same for my children's width/height.

I changed your code on line 49 :

// Abstract this to check all elements
var w = children[0].offsetWidth;
var h = children[0].offsetHeight;

// Calculate rows and Columns for our Matrix
var m = parseInt(ch / h);
var n = parseInt(cw / w);

By the following :

// Abstract this to check all elements
var w = $(children[0]).outerWidth(true);//take account of padding / margin
var h = $(children[0]).outerHeight(true);//take account of padding / margin

// Calculate rows and Columns for our Matrix
var n = Math.floor(cw / w);//take account of container over width
var m = Math.floor(ch / h);//take account of container over height

I'm using dynamic resize so my container width is not always equal of one row width.
Hope this cna helps other followers.
Cheers,
Bastien Besson

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.