Doable with IX 2 or do I need ScrollMagic?

Hey Community,

for an upcoming project I would like to do something like this two pages did with their scroll interactions:

https://weareludwig.com/we-are

Now my question is, if its possible to do what they did only with IX 2 or does I need to use scrollmagic?

Hello Maurice!

After reviewing the websites everything is 100% viable in IX2.

I had problems to recreate the “sticky floating item effect” with IX2.0 (was sluggish) and in the end realised it’s easier done using custom CSS and adding the class sticky-item to the webflow element:

.sticky-item {
position: -webkit-sticky;
position: -moz-sticky;
position: -ms-sticky;
position: -o-sticky;
position: sticky;
top: 12vh;
}
1 Like

Hi @DasSean,

thank you for reviewing this. I´m excited to try something like this in the upcoming project.

Hey guys, this may be off-topic but when checking the weareludwig.com page, I was wondering how I would go about creating this shattered pixel effect on the main page? Would be awesome if somebody could help me out :slight_smile:

This topic was automatically closed 125 days after the last reply. New replies are no longer allowed.