Code Monkey home page Code Monkey logo

Comments (5)

columbian-chris avatar columbian-chris commented on July 17, 2024 4

Here's a quick and dirty (line 119 of current version):
if (elementOffset.top + elementSize.height > viewportOffset.top-250 && elementOffset.top+250 < viewportOffset.top + viewportSize.height && elementOffset.left + elementSize.width > viewportOffset.left && elementOffset.left < viewportOffset.left + viewportSize.width) {

Change the "250" to however many pixels you want the offset to be.

from jquery.inview.

coxrichuk avatar coxrichuk commented on July 17, 2024 3

+1

This would be really useful to add ...

from jquery.inview.

markimark avatar markimark commented on July 17, 2024

This is exactly what I also are looking for. Why is this feature so complicated to build in? There are so many similar codes out there but they all do not have that offset feature. Without that feature the use of the code is very limited. Would be very nice if the author could have a look to our request ;-)

from jquery.inview.

nicooprat avatar nicooprat commented on July 17, 2024

Found a similar jQuery plugin which seems to support an offset option (in the markup though, I guess it's a technical limitation) : https://github.com/morr/jquery.appear

from jquery.inview.

robertfausk avatar robertfausk commented on July 17, 2024

@tiff Will there be any progress on this issue? Do you need further informations or help?

from jquery.inview.

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.