正在加载视频...

视频加载失败

Actions & Stuff: Flat Textures 🥑 Make your world look like the Minecraft trailers! Actions & Stuff: Flat Textures recreates that clean, colourful and simplified style across blocks, items, mobs and more. It works as a fully standalone texture pack, or pairs with Actions & Stuff to give all...

63,280 次观看 • 2 天前 •via X (Twitter)

0 条评论

暂无评论

原始帖子的评论将显示在这里

相关视频

Basecamp founder Jason Fried: Customers don’t care about your features and technology Jason recounts how when he was selling shoes growing up in Illinois, representatives of the major shoe brands would arm salespeople with facts about all of the fancy new technology (e.g. the difference between the Nike Air versus the Zoom Air, the Goodyear rubber outsole and the midsole, etc.). However, when Jason told customers about these technologies, they didn’t care. When you actually watched customers buy shoes, they really only cared about a few key things: What does it look like? Is it comfortable? Can I afford it? Jason saw the same thing selling tennis rackets. He’d tell customers about all the latest technology and the difference between graphite versus fiberglass or natural gut string versus synthetic. Nobody cared. They’d look at a tennis racket and ask him if it came in other colors. Jason has observed the same pattern across website and software: “Companies are obsessed with features and the technologies because that’s what they do all day. But they don’t actually watch people buy stuff. When you watch people buy stuff, they just want the simple stuff. They want the stuff that solves their problems and just works. They like the way it looks. They like the way it feels. It’s comfortable. It’s affordable. That’s what people want…. Yet companies keep talking about the specs, the technology, and the features.” Jason advises founders to really listen to what your customers are saying and watch how they buy your product: “You’ll find out that they just need a few things done really, really well. And that is really, I think, the secret to all this stuff. It’s figuring out the basics. Nailing the basics.”

Startup Archive

17,476 次观看 • 1 年前

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!

Eduard Bodak

12,590 次观看 • 1 年前