Giter VIP home page Giter VIP logo

Comments (8)

iapparatus avatar iapparatus commented on July 20, 2024

Another way yo describe what I'm thinking about is 'easing in / easing out' effect.

from rellax.

p-realinho avatar p-realinho commented on July 20, 2024

Hi, thanks for using Rellax.
I usually achieve this effect with just CSS transitions.
(I can't right now, but I'll leave some examples later)

from rellax.

iapparatus avatar iapparatus commented on July 20, 2024

@p-realinho Thanks!

from rellax.

p-realinho avatar p-realinho commented on July 20, 2024

Did it work?
Sorry, I forgot to post the examples 😕

from rellax.

iapparatus avatar iapparatus commented on July 20, 2024

I didn't try it yet. If you have an example that would be helpful.

from rellax.

p-realinho avatar p-realinho commented on July 20, 2024
.rellax {
    transition: transform .6s;
}

This is probably the bare minimum.
You can (and should) of course play with the durations and easings.

.rellax {
    transition: transform 30s cubic-bezier(0, 1.5, 0, 1);
}

I find this duration/easing combo particularly useful, because although the element follows the scroll immediately, it slowly keeps translating after the scroll stops, giving it a sort of really long ease-out effect.

Hope it helps!

from rellax.

iapparatus avatar iapparatus commented on July 20, 2024

Thanks, I played with various options and see what you mean now. It is an interesting effect that seems to work best for the "ease out". My goal is a bit different. I want to hold elements in position while the scroll is happening. Let's say you start scrolling and you want one of the elements to stay in original position for a second longer.

from rellax.

moeamaya avatar moeamaya commented on July 20, 2024

Hey @iapparatus, appreciate the issue, but I think this is well beyond the scope of the Rellax library.

I'm actually pretty into your idea, but I think it's worth writing something custom to make this work.

from rellax.

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.