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

Blink after fadeIn iOS 5 #18

Closed
webysther opened this issue May 25, 2015 · 1 comment
Closed

Blink after fadeIn iOS 5 #18

webysther opened this issue May 25, 2015 · 1 comment

Comments

@webysther
Copy link

After effect in iOS 5 blink the last word.

$("#lastnews .ticker_tick")
    .html(data.title)
    .attr("href", data.hash)
    .blast({ delimiter: "character", aria: false })
    .velocity("fadeIn", {
        display: null,
        duration: 600,
        stagger: 60,
        delay: 600,
        mobileHA: !conditionizr.ios,
        complete: $$.last_news_home.after_magic
    });
@julianshapiro
Copy link
Owner

I think it's a Safari/Velocity rAF issue. Doubt it has anything to do with Blast. Also, is it just on iOS5 but not newer versions?

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

2 participants