β β We're adding new community library scripts each week. Let's take a look at some of them. πΎ An interactive swarmCreate a dynamic grid of squares that react to mouse movement, simulating a swarm-like effect (is it a swarm?). This code is the scaled back version of something we did for a client. We'll show you the finished experience once that projects launches. Play with the example: https://slater-original.webflow.io/swarmβ Review the code: https://slater.app/projects/library-ncsco-largely-replaced-by-new-snippets/editor2β β βπ Refresh the page after form submitClear any form with a page refresh. Simple and useful. βhttps://slater.app/community_library/refresh-after-form-submit-1bf16338-06b4-464d-b7ac-dab1f3a2f15bβ β π Handle ResizeOptimize window resize handling by debouncing rerendering of elements. βhttps://slater.app/community_library/handle-resize-6290e135-3d12-442b-9263-b939a8f328e5β β 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 mousemove EventWe've been creating an interactive experiences that leverages the mousemove event this week. It's the same project mentioned in the Interactive Swarm script. Take a look if you haven't (https://slater-original.webflow.io/swarm) and then let's run through a more basic example that can illustrate how to make an interactive expereince with the mousemove event. For this example, let's create a simple game where you can move a box around the screen with your mouse! First, we'll start with some basic HTML:
And add a bit of CSS to make it visible:
Now for the fun part - the JavaScript:
Here's what this code does:
The e in function(e) is like a package of information about the mouse movement (try logging it to the console). e.clientX tells us how far right the mouse is, and e.clientY tells us how far down it is. We add 'px' at the end because CSS needs to know we're talking about pixels. And that's it! Now when you move your mouse around the page, the red box will follow it. β Your projects, supported by SlaterTamir shared this beautiful Rivers project with us on Twitter. Check it out and give him a follow!
β β 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...