Git Product home page Git Product logo

Comments (13)

matthieua avatar matthieua commented on June 14, 2024

Glad to hear you like the library Jeff. Unfortunately we can't support mobile scrolling without using super hacky snippets which is not ideal and unmaintainable.

The best would be to completely disable animations on mobile. I'm actually working on adding this option to the plugin #38. You'd just have to set mobile: false. It should be in master by the end of the week.

from wow.

jeffcorey avatar jeffcorey commented on June 14, 2024

Thanks. I will look out for that this week. That works perfectly.

from wow.

jeffcorey avatar jeffcorey commented on June 14, 2024

Any luck on mobile disabling? Just checking in....Thanks

from wow.

matthieua avatar matthieua commented on June 14, 2024

Hey @jeffcorey, Sorry, I've been really busy, let me get back to you by the end of the week.

from wow.

jeffcorey avatar jeffcorey commented on June 14, 2024

No worries at all...just anxious. Thanks!

On Mon, Feb 24, 2014 at 11:20 PM, Matthieu Aussaguel <
[email protected]> wrote:

Hey @jeffcorey https://github.com/jeffcorey, Sorry, I've been really
busy, let me get back to you by the end of the week.

Reply to this email directly or view it on GitHubhttps://github.com//issues/47#issuecomment-35973653
.

from wow.

matthieua avatar matthieua commented on June 14, 2024

@jeffcorey I've just released version 0.1.5 which adds the ability to disable mobile animations.

Do you mind letting me know if it works for you, since I haven't the chance to test it on a real project.

Cheers.

from wow.

matthieua avatar matthieua commented on June 14, 2024

I'm using the new version on Fliplingo and it seems to work fine.

from wow.

jeffcorey avatar jeffcorey commented on June 14, 2024

Thanks Matthieu. Will update and check it out this week

On Mon, Mar 3, 2014 at 2:07 AM, Matthieu Aussaguel <[email protected]

wrote:

I'm using the new version on Fliplingo https://www.fliplingo.com and it
seems to work fine.

Reply to this email directly or view it on GitHubhttps://github.com//issues/47#issuecomment-36485998
.

from wow.

jeffcorey avatar jeffcorey commented on June 14, 2024

Any documentation on how to disable mobile? for some reason I tried calling
this js snippet below in the html page but the plugin stopped animating all
together. Your original basic usage js snippet worked great.

Thanks

wow = new WOW(
{
boxClass: 'wow', // animated element css class (default is wow)
animateClass: 'animated', // animation css class (default is animated)
offset: 0, // distance to the element when triggering the animation (default is 0)
mobile: true // trigger animations on mobile devices (true is default)
});WOW.init();

On Mon, Mar 3, 2014 at 9:19 PM, Jeff Corey [email protected] wrote:

Thanks Matthieu. Will update and check it out this week

On Mon, Mar 3, 2014 at 2:07 AM, Matthieu Aussaguel <
[email protected]> wrote:

I'm using the new version on Fliplingo https://www.fliplingo.com and
it seems to work fine.

Reply to this email directly or view it on GitHubhttps://github.com//issues/47#issuecomment-36485998
.

from wow.

attilaolah avatar attilaolah commented on June 14, 2024

@jeffcorey in your snippet, change WOW.init() to wow.init() (make it lower-case, .init() should be called on the instance).

from wow.

jeffcorey avatar jeffcorey commented on June 14, 2024

Thanks Attila. Worked perfectly. Appreciate it.

On Thu, Mar 6, 2014 at 12:40 PM, Attila Oláh [email protected]:

@jeffcorey https://github.com/jeffcorey in your snippet, change
WOW.init() to wow.init() (make it lower-case, .init() should be called on
the instance).

Reply to this email directly or view it on GitHubhttps://github.com//issues/47#issuecomment-36914347
.

from wow.

zurbrandon avatar zurbrandon commented on June 14, 2024

This appears not to be working for me, was this removed by any chance?

wow = new WOW(
  {
    boxClass:     'wow',
    mobile: false
  }
)
wow.init();

from wow.

attilaolah avatar attilaolah commented on June 14, 2024

Nope, that seems to be correct. I'll look into this.

from wow.

Related Issues (20)

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.