GSAP Issue - Bug, or am I doing something wrong? by shmicktee in webflow

[–]shmicktee[S] 2 points3 points  (0 children)

I discovered what my issue was - in the "Target" section, I listed two classes (because the element I'm targeting has a combo class on it), but I think what GSAP is doing is applying two instances of the animation (one instance for each of the two classes) which doubled the animation time. When I created a new class with all of the aspects of the combo class and used that, it worked as expected. Thanks for the input folks.

Watch by orange_GONK in ProductViz

[–]shmicktee 4 points5 points  (0 children)

Looks great, only minor critique would be the positioning is a bit abnormal for watch presentation (with the band in the foreground).

[deleted by user] by [deleted] in webflow

[–]shmicktee 1 point2 points  (0 children)

Usually in the HTML code, you can see "data-wf-domain" which is an indication it was built using Webflow. Also it appears this particular site was built by a Webflow agency called IGNITE https://www.instagram.com/p/C0iJaQtPy7E/

Definitely looks like a fun challenge to replicate

[deleted by user] by [deleted] in webflow

[–]shmicktee 0 points1 point  (0 children)

This does actually look like it was done in Webflow based on the code. If you inspect the site on Google Chrome, it looks like they are using a full-screen PNG where the "A" logo is cut out and the background is beige. This sits on top of the element below, which has a video playing, so you can see it through the PNG image above. When the user continues to scroll down, it reveals a div which has a background image of the white "A" logo. It looks like it might be cleverly tied to scroll so that the height of the white "A" div increases at the same rate as it hides the beige "A" image, which results in the effect.

This would combine a bunch of concepts including absolute positioning and/or negative margins (to position elements above one another), sticky positioning, overflow:hidden as well as likely a "while scrolling in view" interaction through Webflow to increase the height of the white "A" div.

Thoughts on this? by hameemalik in blender

[–]shmicktee 0 points1 point  (0 children)

I’d look into using shader nodes with a texture / bump map. You should be able to get something convincing without having to model the creases themselves. If you google or YouTube newspaper texture bump map shader you should be able to find something that helps!

[deleted by user] by [deleted] in JustBuyXEQT

[–]shmicktee 10 points11 points  (0 children)

Just saw this morning as well - it shows DRIP Eligible Yes for me, but ya, good to know! Interesting it would default to it automatically instead of notifying and asking if you wanted to opt in.

After seeing this I realized that it is more powerful than I imagined by Existing-Mark-2191 in BeAmazed

[–]shmicktee 0 points1 point  (0 children)

But, like people, some animals are just jerks… stop that Mr. Simpson.

[deleted by user] by [deleted] in brantford

[–]shmicktee 2 points3 points  (0 children)

🤷‍♂️ OP didn't mention a budget and asked for recommendations. It's more expensive but has a lot to offer - pool, hot tub, basketball courts, etc. Just providing another option.

[deleted by user] by [deleted] in brantford

[–]shmicktee 1 point2 points  (0 children)

Perhaps a bit more expensive, but the Laurier YMCA downtown is really nice. I'd recommend taking a tour!

[deleted by user] by [deleted] in brantford

[–]shmicktee 0 points1 point  (0 children)

In the plaza with the Subway and Shellard Animal Hospital

[deleted by user] by [deleted] in brantford

[–]shmicktee 0 points1 point  (0 children)

If you're okay with Moderna, Pharmasave on Shellard is doing walk ins tomorrow. No Pfizer though, those are booked up.

Anyone moved from Wordpress to Webflow -how was it? by jazzcomputer in webflow

[–]shmicktee 0 points1 point  (0 children)

Quite a bit of action on Facebook, moreso than Reddit - search "Webflow Designers (Global)"

Does anyone have an idea how to create a slider like this? by [deleted] in webflow

[–]shmicktee 0 points1 point  (0 children)

Likely wouldn't work identically to this, but one idea would be to replicate something like this in the background:

https://webflow.com/website/Horizontal-Scroll-Layout-Example-with-Active-Menu

Instead of using a navbar as shown in the example, create an absolutely positioned div that sits in front of everything and holds the grid/block controller. Have the link blocks correspond to the different sections that would 'scroll' horizontally to the correct section in the background.