β β We launched the Community Library this week. Let's highlight some of the useful resources. π¨οΈ Copy to ClipboardCopy text to clipboard on button click with visual feedback. βhttps://slater.app/community_library/copy-to-clibboard-41c30ebc-180e-4e9d-b747-f427f1f05151β β βπ» Reveal Words on ScrollAnimate text on scroll with GSAP, ScrollTrigger, and SplitType.β βhttps://slater.app/community_library/text-by-words-with-scroll-b0810bf3-64b6-40a4-b5ad-46c784fdcc76β β π Remove https:// From Text LinkRemove protocols from anchor texts using jQuery. β Not what you are looking for? Go check out the full Community Library. Do you have useful scripts that the Webflow community could use? Let us know and we'll get them added. β Javascript 101: The Scroll EventThis week, weβve been creating experiences that use the scroll event, so we thought weβd discuss it today. Leveraging the scroll event can be extremely useful. (It can also be extremely frustrating.) The scroll event in JavaScript allows you to execute code when a user scrolls an element or the entire window. This can be used to trigger animations, load content dynamically, or show/hide elements. Letβs create a simple script that shows an element when it scrolls into view and hides it when it leaves the viewport. Here is an html element with the ID we will use.
Here is the Javascript.
Letβs break down what weβre doing here.
Add this code to a project to see how often the scroll event is triggered. The console.log will give you an idea :). The event is triggered frequently, which can make debugging issues a challenge. GSAP and Webflow interactions are the more common approaches to handle these type of expereinces but understanding the scroll event is a very useful skill and something you will use often. β Your projects, supported by SlaterWe have been working on a new Podcast site today, which made me think about Crucible Moments, a podcast site we built for Sequoia Capital. βhttps://www.cruciblemoments.com/β β β Happy coding! π€ the Slater Team β If Slater helps you create better websites, please support the team behind it.
|
Slater resources, updates and community activity
The team behind Slater would like to wish you a Merry Christmas and a happy New Year! ππ π Get the Santa ASCII art: https://slater.app/projects/11431/pages/27608 Happy coding! π€ the Slater Team If Slater helps you create better websites, please support the team behind it. Become a Pro Slater User
Earlier this year, we built figdam.com. It is currently used by several of our clients to host files and watermark PDFs. Weβd like to bring this file hosting functionality to Slater users. With that in mind, where do you currently store files that Webflow doesnβt support? Would this feature be useful to you? What file hosting features do you need? Let us know. JS 101: File types File storage? Javascript? Let's consider all of the different file types that you could host and then retrieve and...
Hi, Just a reminder that Kendra and Mason will be hosting an EA Office Hours Zoom this Friday, the 13th (spookyβ¦) to chat about topics relating to Chapter 1: Sales for Creative Types. Sign up if you can make it, and bring your questions. Letβs get past any lingering sales ick together. Register to join us this Friday, 12/13 here. Also, if you canβt make it this week, weβre thinking about doing it again next Friday, 12/20 as well, if anyone is game? To ring in the holiday break, weβll chat...