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

support more than one css property #2

Open
miguelpeixe opened this issue Dec 14, 2011 · 1 comment
Open

support more than one css property #2

miguelpeixe opened this issue Dec 14, 2011 · 1 comment

Comments

@miguelpeixe
Copy link
Contributor

add multiple css properties feature

@miguelpeixe
Copy link
Contributor Author

it works making:

    $('.animate').scrollAnimate({
        scrollType: 'vertical',
        startScroll: 500,
        endScroll: 1500,
        cssProperty: 'left',
        before: 5,
        after: 400
    }).scrollAnimate({
        scrollType: 'horizontal',
        startScroll: 500,
        endScroll: 1500,
        cssProperty: 'opacity',
        before: .1,
        after: 1
    });

but feels wrong...

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