This script controls the display logic of a fixed footer call-to-action (CTA) element. It shows the fixed CTA when the user scrolls up and hides it when the user scrolls down.
jQuery
var lastScrollTop = 0;
var fixedNav = $('.fixed-footer-cta');
$(window).scroll(function() {
var st = $(this).scrollTop();
((st < lastScrollTop)) ? fixedNav.slideDown(150) : fixedNav.slideUp(150);
lastScrollTop = st;
});
Copy CodeCopy Webflow Component{"type":"@webflow/XscpData","payload":{"nodes":[{"_id":"f5032ea6-3af0-b220-b5a1-66b1db3e0a24","type":"Block","tag":"div","classes":["91b1675b-f2f6-6b38-ecb9-b566d0ab8103"],"children":["e549b15b-dc65-567b-60f5-474fb670aa63"],"data":{"search":{"exclude":false},"xattr":[],"text":false,"displayName":"","devlink":{"runtimeProps":{},"slot":""},"attr":{"id":""},"visibility":{"conditions":[]},"tag":"div"}},{"_id":"e549b15b-dc65-567b-60f5-474fb670aa63","type":"Block","tag":"div","classes":["989b8211-9a25-2dd9-6dc5-d95b60618e3b"],"children":["2ddea78a-fe47-fb9a-2a9c-636c9c1e607d","0e91b977-4b0a-4ab8-cde8-c7fefdada272"],"data":{"search":{"exclude":false},"xattr":[],"text":false,"displayName":"","devlink":{"runtimeProps":{},"slot":""},"attr":{"id":""},"visibility":{"conditions":[]},"tag":"div"}},{"_id":"2ddea78a-fe47-fb9a-2a9c-636c9c1e607d","type":"Block","tag":"div","classes":["319311ed-2992-ebee-1dc8-aeebe4767702"],"children":["078a18bb-2091-1de3-4d97-8a7a2541b988"],"data":{"search":{"exclude":false},"xattr":[],"text":false,"displayName":"","devlink":{"runtimeProps":{},"slot":""},"attr":{"id":""},"visibility":{"conditions":[]},"tag":"div"}},{"_id":"078a18bb-2091-1de3-4d97-8a7a2541b988","type":"Block","tag":"div","classes":[],"children":["078a18bb-2091-1de3-4d97-8a7a2541b989"],"data":{"search":{"exclude":false},"xattr":[],"text":true,"displayName":"","devlink":{"runtimeProps":{},"slot":""},"attr":{"id":""},"visibility":{"conditions":[]},"tag":"div"}},{"_id":"078a18bb-2091-1de3-4d97-8a7a2541b989","text":true,"v":"Contact us to learn how our water systems are better than the rest!"},{"_id":"0e91b977-4b0a-4ab8-cde8-c7fefdada272","type":"Block","tag":"div","classes":["7d2e8abb-ae07-e6d7-ae9a-fe88cc9674c1"],"children":["ea06b163-1e10-5007-0bd1-f7b6944f313d","812ff0d9-4806-ad32-1117-126a281098dd"],"data":{"search":{"exclude":false},"xattr":[],"text":false,"displayName":"","devlink":{"runtimeProps":{},"slot":""},"attr":{"id":""},"visibility":{"conditions":[]},"tag":"div"}},{"_id":"ea06b163-1e10-5007-0bd1-f7b6944f313d","type":"Link","tag":"a","classes":["29f08a7e-59e0-9f0e-abfa-0e1a78b75cf4","f1f16c0d-1e29-db5b-511b-d04786a00088"],"children":["733450b5-1dd0-7caf-80e7-acf8b108014f"],"data":{"search":{"exclude":false},"xattr":[],"block":"inline","displayName":"","devlink":{"runtimeProps":{},"slot":""},"attr":{"id":"","href":"#"},"visibility":{"conditions":[]},"button":false,"link":{"mode":"external"}}},{"_id":"733450b5-1dd0-7caf-80e7-acf8b108014f","type":"Block","tag":"div","classes":[],"children":["733450b5-1dd0-7caf-80e7-acf8b1080150"],"data":{"search":{"exclude":false},"xattr":[],"text":true,"displayName":"","devlink":{"runtimeProps":{},"slot":""},"attr":{"id":""},"visibility":{"conditions":[]},"tag":"div"}},{"_id":"733450b5-1dd0-7caf-80e7-acf8b1080150","text":true,"v":"Contact Us"},{"_id":"812ff0d9-4806-ad32-1117-126a281098dd","type":"Link","tag":"a","classes":["29f08a7e-59e0-9f0e-abfa-0e1a78b75cf4","f1f16c0d-1e29-db5b-511b-d04786a00088","f84765fc-b784-85ef-eab2-2f07603fdd18"],"children":["812ff0d9-4806-ad32-1117-126a281098de"],"data":{"search":{"exclude":false},"xattr":[],"block":"inline","displayName":"","devlink":{"runtimeProps":{},"slot":""},"attr":{"id":""},"visibility":{"conditions":[]},"button":false},"bind":{"type":"Record","val":{"link":{"type":"Select","val":{"from":{"type":"Variable","val":"data"},"prop":"a8392d8d-9208-66cd-bed1-f41ccfe736a8"}}}}},{"_id":"812ff0d9-4806-ad32-1117-126a281098de","type":"Block","tag":"div","classes":[],"children":[],"data":{"text":true,"tag":"div","displayName":"","attr":{"id":""},"xattr":[],"search":{"exclude":false},"visibility":{"conditions":[]},"devlink":{"runtimeProps":{},"slot":""}},"bind":{"type":"Record","val":{"children":{"type":"Select","val":{"from":{"type":"Variable","val":"data"},"prop":"30b3dc42-769c-2efa-893f-e11cd5ca65d5"}}}}}],"styles":[{"_id":"91b1675b-f2f6-6b38-ecb9-b566d0ab8103","fake":false,"type":"class","name":"fixed-footer-cta","namespace":"","comb":"","styleLess":"position: fixed; left: 0px; bottom: 0px; z-index: 5; display: none; width: 100%; max-width: 100vw; padding-bottom: 0px; justify-content: space-between; align-items: center; border-top-style: solid; border-top-width: 1px; border-top-color: hsla(0, 0.00%, 0.00%, 0.10); background-color: whitesmoke; line-height: 1;","variants":{"small":{"styleLess":"border-top-style: none; background-color: transparent;"}},"children":[],"createdBy":"5e456b522ed599ad7ad8608c","selector":null},{"_id":"989b8211-9a25-2dd9-6dc5-d95b60618e3b","fake":false,"type":"class","name":"flex-apart-center","namespace":"","comb":"","styleLess":"display: flex; justify-content: space-between; align-items: center;","variants":{},"children":[],"createdBy":"5e456b522ed599ad7ad8608c","selector":null},{"_id":"319311ed-2992-ebee-1dc8-aeebe4767702","fake":false,"type":"class","name":"fixed-footer-cta-text","namespace":"","comb":"","styleLess":"padding-top: 1.1rem; padding-right: 1.1rem; padding-bottom: 1.1rem; padding-left: 1.1rem; font-weight: 700;","variants":{"small":{"styleLess":"display: none;"}},"children":[],"createdBy":"5e456b522ed599ad7ad8608c","selector":null},{"_id":"7d2e8abb-ae07-e6d7-ae9a-fe88cc9674c1","fake":false,"type":"class","name":"fixed-footer-cta-buttons","namespace":"","comb":"","styleLess":"display: flex; justify-content: flex-end;","variants":{"medium":{"styleLess":"width: 60%;"},"small":{"styleLess":"width: 100%;"}},"children":[],"createdBy":"5e456b522ed599ad7ad8608c","selector":null},{"_id":"29f08a7e-59e0-9f0e-abfa-0e1a78b75cf4","fake":false,"type":"class","name":"btn","namespace":"","comb":"","styleLess":"margin-top: 1rem; margin-right: 1rem; margin-left: auto; padding-top: 0.75em; padding-right: 1.5em; padding-bottom: 0.75em; padding-left: 1.5em; border-top-style: none; border-top-width: 1px; border-top-color: hsla(0, 0.00%, 0.00%, 0.00); border-right-style: none; border-right-width: 1px; border-right-color: hsla(0, 0.00%, 0.00%, 0.00); border-bottom-style: solid; border-bottom-width: 0.25rem; border-bottom-color: hsla(0, 0.00%, 0.00%, 0.10); border-left-style: none; border-left-width: 1px; border-left-color: hsla(0, 0.00%, 0.00%, 0.00); border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-bottom-right-radius: 0.25rem; background-color: hsla(51, 100.00%, 45.00%, 1.00); transition-property: all; transition-duration: 300ms; transition-timing-function: ease-in-out; color: hsla(37.633136094674555, 0.00%, 100.00%, 1.00); line-height: 1; font-weight: 900; text-align: center; letter-spacing: 0.75px; text-decoration: none; text-transform: uppercase; white-space: normal;","variants":{"main_hover":{"styleLess":"background-color: hsla(51, 98.23%, 44.06%, 1.00); transform: translate(0px, -2px); color: hsla(37.633136094674555, 0.00%, 100.00%, 1.00);"}},"children":["29f08a7e-59e0-9f0e-abfa-0e1a78b75cf5","a43d9803-e949-fc82-512a-37c0833ab6d6","9b31c3cf-3344-33ed-2141-29f16842e011","20b4e55a-7004-3294-fc9a-82a9ef748b8c","823416bc-a671-b998-4d45-5fef28de3053","35098cc0-1fb8-3f49-95cc-a59c1cd63da2","f1f16c0d-1e29-db5b-511b-d04786a00088","b625920f-98f5-29ab-e3ae-900573856db4"],"selector":null},{"_id":"f1f16c0d-1e29-db5b-511b-d04786a00088","fake":false,"type":"class","name":"fixed-footer-cta-btn","namespace":"","comb":"&","styleLess":"height: 100%; margin-top: 0.5rem; margin-bottom: 0.5rem; margin-left: 0px;","variants":{"small":{"styleLess":"width: 50%; margin-top: 0rem; margin-right: 0rem; margin-bottom: 0rem;"},"tiny":{"styleLess":"display: flex; height: auto; justify-content: center; align-items: center;"}},"children":["f84765fc-b784-85ef-eab2-2f07603fdd18"],"createdBy":"5e456b522ed599ad7ad8608c","selector":null},{"_id":"f84765fc-b784-85ef-eab2-2f07603fdd18","fake":false,"type":"class","name":"btn-2","namespace":"","comb":"&","styleLess":"","variants":{},"children":[],"createdBy":"5e456b522ed599ad7ad8608c","selector":null}],"assets":[],"ix1":[],"ix2":{"interactions":[],"events":[],"actionLists":[]}},"meta":{"unlinkedSymbolCount":0,"droppedLinks":1,"dynBindRemovedCount":0,"dynListBindRemovedCount":0,"paginationRemovedCount":0}}