Cassie Evans

17.4K posts

Cassie Evans banner
Cassie Evans

Cassie Evans

@cassiecodes

🫖 cosycore devrel @GreenSock. creative tinkerer. 💜 cassiecodes on discord

Brighton, England Katılım Temmuz 2016
1.8K Takip Edilen34.9K Takipçiler
OFF+BRAND.
OFF+BRAND.@itsoffbrand·
Over the interaction moon to win the @greensock SOTY award for Technical Excellence for Aether1 and we picked it up direct from @cassiecodes 🍻
OFF+BRAND. tweet media
English
4
1
56
1.6K
Cassie Evans
Cassie Evans@cassiecodes·
@123regHelp hey folks. I can't log in to pay a bill. If I try to reset my password it says "no account with this email address", if I try to create an account it says that an account with my email address already exists. I can't wait on hold as I'm in the USA at the moment.
English
1
0
3
1.3K
Cassie Evans
Cassie Evans@cassiecodes·
Excited to have a shiny new home for the GSAP demos! A lot of people find navigating docs a little intimidating (I know I did at first) so I hope this will be a fun new pathway towards creativity for some new people! New collections and collabs coming soon 👀
GSAP@greensock

💚 The new GSAP Demo Hub is here! 🤘 We’ve kicked things off with 50 demos, and there’s plenty more on the way, including some framework-specific collections and inspiring community contributions. Browse by plugin, explore features and save your faves. Would you like to contribute or suggest a demo? Get in touch, we’d love to hear from you! 💚✨

English
1
1
25
2.5K
Cassie Evans
Cassie Evans@cassiecodes·
@victorwork_ @webflow It was such a pleasure getting to meet you in person finally, proper IRL friends now! Can't wait until the next time. 💚 You must be so proud of everything you've achieved this year!
English
0
0
0
144
Victor Work
Victor Work@victorwork_·
Webflow Conference 25' 🌐🌎💙🧡❤️ I had a fantastic time at the @webflow Conference in NYC. It was an amazing experience to be part of this unforgettable event among so many talented people and such a kind staff. I'm looking forward to the next one. Special thanks to the Weblow Staff and some friends that I have been in touch with for many years, and finally was able to meet in person: @verofashoo @cassiecodes @callmevlad @melydelmar06 @josephberry88 @iljavaneck @codebydennis @JordanGilroy @CarterOgunsola
English
6
2
38
1.6K
Cassie Evans
Cassie Evans@cassiecodes·
@greensock 🤝 @Webflow 🤝 My nails 💜💙💚💛🧡❤️ GRADIENTS ❤️🧡💛💚💙💜
Cassie Evans tweet media
English
0
1
19
413
Cassie Evans
Cassie Evans@cassiecodes·
I'm doing a little lightning talk tomorrow morning on motion principles for the web. @iljavaneck is going to be demo-ing the new GSAP/Webflow interactions in a few hours too. 🙌 Not too late to join online - Register here: wfl.io/wfc2025
Cassie Evans tweet media
English
1
3
37
4.2K
Cassie Evans
Cassie Evans@cassiecodes·
@joeydi @snorklTV Yep - they lifted it right from the GSAP site. "Animate Anything" ID's and all.
Cassie Evans tweet media
English
0
0
4
83
Joe di Stefano
Joe di Stefano@joeydi·
@snorklTV Not just familiar - literally the exact same shape with the asymmetrical ink traps.
Joe di Stefano tweet media
English
1
0
2
175
Carl 💥 Creative Coding Club
Something strangely familiar about the branding elements being used here. Where have I seen these before?
English
4
0
14
2.2K
Cassie Evans
Cassie Evans@cassiecodes·
Off to SmashingConf Freiburg soon! Can't wait for my workshop next week (Thursday 11th) Really excited for this one! It's got such a nice balance of practical tips, common UI patterns and fun stuff to mess around with. Still some spots left 👀 @smashingmag
English
2
1
45
8.4K
Cassie Evans
Cassie Evans@cassiecodes·
@ZahidHa45112113 @eduardbodak @webflow I have mentioned in that discourse thread that this is not recommended 🙏 It will lead to edge case conflicts and bugs, breakpoints are on the roadmap and are shipping very soon.
English
1
0
1
119
Eduard Bodak
Eduard Bodak@eduardbodak·
A closer look on the GSAP powered animations in Webflow. Just from my perspective. In short, it’s way more powerful than I first thought. The more I use it, the more I like it. Of course, there are some parts missing. But it's the first version. There's still a lot to come. For example, custom ease would already make a huge difference. Breakpoints. Maybe a way to add custom functions as sometimes you need to calculate stuff in JavaScript to get complex animations. The biggest part for me is that you can just build the animation inside a timeline. This makes it so much easier than writing it as code. You can fine tune it so much more. When there would be a way to export the tween as code to add some more functionality would be awesome. You can also add custom classes with the timeline, which can then be used in custom CSS to add more functionality. With a bit of custom code you can also use breakpoints for your animations. By using the custom event the animation can be used in custom code which can also be pretty powerful. Didn’t test it so much yet, but would be cool if you could just take the event and use for example the onComplete() from GSAP or other stuff. For example. let mm = gsap.matchMedia(); const module = Webflow.require("ix3"); module.ready().then(() => { mm.add( { isMobile: "(max-width: 992px)", }, (context) => { let { isMobile } = context.conditions; if (isMobile) { module.emit("Mobile Animation"); } } ); }); "Mobile Animation" is the name of your custom event. I hope that part will get more powerful. Something I miss on the timeline is that when you select more actions you can just drag all actions. It would be cool if you could move it frame by frame with the arrow keys, like in Jitter for example. Or just write a specific point like when you have one selected. For now I would further write the code myself, but I’m excited to see where it’s going. Maybe there will be a time where you could animate most parts inside Webflow 🙂 Can’t wait for the next GSAP update!
English
5
4
202
12.6K
Cassie Evans
Cassie Evans@cassiecodes·
@eduardbodak Hey! This is an initial release (not feature complete and not the default) Breakpoints are coming soon. If you need breakpoints for now - use the previous version of interactions. This setup with the event emitter won't do proper animation cleanup and will lead to bugs
English
1
0
4
547
Q
Q@itsJonQ·
Afterburn @webflow 's Interactions with @greensock is out. There’s a subtle hum after launch—a space between exhale and inhale. It’s where relief meets reflection and gratitude fills the room. itsjonq.com/posts/afterburn
Q tweet media
English
6
1
18
2.3K
Cassie Evans
Cassie Evans@cassiecodes·
I'm making a little platformer game which I'll be hooking up, tweaking & talking through at @smashingconf in Freiburg in September. Simple games are really just a bunch of fun animations tied together with some logic so it feels like a great way to teach some GSAP concepts!
English
3
0
15
1.5K