Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Origin of animated elements #107

Open
rhorbas opened this issue Jun 7, 2013 · 0 comments
Open

Origin of animated elements #107

rhorbas opened this issue Jun 7, 2013 · 0 comments

Comments

@rhorbas
Copy link

rhorbas commented Jun 7, 2013

I am using most of this demo here:
http://razorjack.net/quicksand/demos/one-set-clone.html
but with a left floating filter div as subnavigation, so the container with the filtered elements does not have full page width.
When filtering, the animated elements first wander across the subnavigation before falling into place inside their container div, which looks awkward.

When applying my css to the original example (via Firebug), I get the same effect:

#filter {
    float: left;
    height: 1000px;
}
#filter input[type="radio"] {
    display: none;
}
#filter label {
    width: 200px;
    background-color: #F5F5F5;
    color: #00AEEF;
    display: block;
    padding: 11px;
}

Is there a way to avoid this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant