• I’m trying to recreate the front page where the slider moves away from the cursor and the brain changes its appearance based on which side of the page you’re at.

    What is this feature called? And how do I go about recreating it? I just need to recreate the animation, the tiny, dynamic particles are not needed.

    Thank you guys so much! I hope you guys can help

    • This topic was modified 4 years, 8 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not a Requests and Feedback topic

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    I don’t know what it’s called, but calling it a “slider” is misleading as “slider” typically refers to some sort of automated image rotator or “slide show”. I’d call it “cursor position based animation”. There are two elements which overlay over one another. Based on the cursor’s X position, the element’s widths are altered to move the dividing line inversely relative to the cursor.

    Open your browser’s element inspector developer tool and locate the “skilldots” class div. When you move the cursor over the page you can see script changing each element’s width style property. I think the related script is at www.yusufozturk.me/js/index.js. Search for “mask1” to get to the applicable code.

Viewing 1 replies (of 1 total)
  • The topic ‘Slider plugin’ is closed to new replies.