Video wird geladen...

Video konnte nicht geladen werden

Zur Startseite

Rive text is live!! Animatable, variable, dynamic text for runtime, with full support for any language. There are a MONSTER amount of new things to play around with! 🚀 Create Text objects, styles, runs, and modifiers. 🚀 Support for any language. LTR, RTL, special characters/features, ligatures, etc. 🚀 Animate...

25,950 Aufrufe • vor 3 Jahren •via X (Twitter)

0 Kommentare

Keine Kommentare verfügbar

Kommentare vom Original-Post werden hier angezeigt

Ähnliche Videos

We’re excited to introduce Text-to-LoRA: a Hypernetwork that generates task-specific LLM adapters (LoRAs) based on a text description of the task. Catch our presentation at #ICML2025! Paper: Code: Biological systems are capable of rapid adaptation, given limited sensory cues. For example, our human visual system can quickly adapt and tune its light sensitivity to our surroundings. While modern LLMs exhibit a wide variety of capabilities and knowledge, they remain rigid when adding task-specific capabilities. Traditionally, customizing these models requires gathering large datasets and performing often expensive, time-consuming fine-tuning for specific applications. To bypass these limitations, Text-to-LoRA (T2L) meta-learns a “hypernetwork” that takes in a text description of a desired task, as a prompt, and generates a task-specific LoRA that performs well on the task. In our experiments, we show that T2L can encode hundreds of existing LoRA adapters. While the compression is lossy, T2L maintains the performance of task-specifically tuned LoRA adapters. We also show that T2L can even generalize to unseen tasks given a natural language description of the tasks. Importantly, Text-to-LoRA is parameter-efficient. It generates LoRAs in a single, inexpensive step, based solely on a simple text description of the task. This approach is a step towards dramatically lowering the technical and computational barriers, allowing non-technical users to specialize foundation models using plain language, rather than needing deep technical expertise or large compute resources.

Sakana AI

403,159 Aufrufe • vor 1 Jahr

004/100 Buttons. A bit of the process on building an animation. When looking at a finished animation or in this example a finished button, it can look quite complex inside the CSS. But when building it, it’s more like a lot of simple steps, one after another. Here I had the idea to make some kind of text animation like the footer logo on the Osmo site. I try to add the base animation with no complex easing, for example transition: translate 0.4s ease. Starting with just moving the one text from bottom to top and the other text to top. Adding a stagger, play around with it. Searching for a way to make it more circular. On the research I found the sin() function inside CSS which can build a more smooth non linear curve for the stagger which creates this circular effect. And step by step adding more complexity like, different easing for hover/hover-out, opacity, 3D transform and more. I use also the sin() function to rotate the letters, so the middle ones are getting more rotated than the outer ones. Another thing which helps is to add a small delay on hover, for example 0.05s or 0.1s, you don’t really see the difference, but when you hover pretty fast on and out it doesn’t get that jumpy. I’m using here GSAP’s SplitText to split every char into spans. And then I’m adding a CSS index variable to every span, starting from the center. SplitText can provide CSS index variables, but you cannot tell it from which direction. For the sin() it’s also important to have a max length, so I add another CSS variable with the max char number on it. Crafting 100 Buttons with Osmo ⏳ Total time: 63h

Eduard Bodak

166,023 Aufrufe • vor 2 Monaten

Regarding the Eric Trump / Daniel Cormier “text scandal”, I am open to being convinced otherwise, but I do not believe for one second that Eric Trump would text something so stupid to Daniel Cormier. It’s laughably stupid on its face to think that Eric Trump would ask a UFC commentator if any of the fights are “rigged”. That he would ask it in writing. And that he would not, for example, just pick up the phone and call Dana White or Joe Rogan himself. That said, I just want to understand what happened. Daniel Cormier said he was hacked. Is that to say he was hacked at the text level, or the X post level? Did he in fact make the post, and delete it? If he made the post, did he do it as a joke to illustrate how absurd the text hack was, but realized how the post could be misinterpreted as real? Or did someone make the post from his X account he subsequently deleted it. I know there are some who are going to say he made the post in earnest, thinking the text messages were real, intending to call out the “corruption”, and he has since been threatened, deleted the post, and claimed “hack”, etc. I can tell you exactly why I do not believe, even if he made the post, he did it believing the text message was real, intending to call out the “corruption”. If Cormier seriously thought the text messages were real, he would understand that by posting it publicly, it would literally destroy the UFC, his livelihood and his legacy - in addition to the legacy of everyone who has ever competed in the UFC. There is no realm of the universe in which even if it were in fact a real text that he actually received from Eric Trump, he would post it publicly. Because it would mean the end of the UFC. I just want to know if he actually made the post from his X account, or if the entire post was the result of a hack (hence the subsequent deleting of the post). Serious and sincere questions for clarity that would benefit everyone Eric Trump

Viva Frei

30,167 Aufrufe • vor 1 Monat

LinkedIn wrapped is here! And it's made with Rive Stoked to be invited by BUCK to join the project. I wasn’t actually animating the thing though I had more of a technical assignment and we had quite a few things to solve. There is 9 chapters total (but not everyone sees all the chapters or even all the slides in given chapter) in 3 languages, the data being sent to Rive is raw so we had to cover for many variables: - A progress bar aware what chapters are included for given user - A progress bar checking what slides are included for and logging their duration time to progress bar - A custom slider solution (the default Rive slider is not enough if you turn contents on and off) - A State Machine logic aware of chapters or slides skipped from playback - A custom slider behavior for when there is auto-slide (instant) and tap-slide (slide animation) - A custom text-length tracker for to dynamically change font-size for long strings - A custom screen ratio tracker to scale down the UI for small screens - Handling dynamically handle big numbers (10,000 becomes 10k etc.) - Handling translations (3 languages) - Super complex behaviour for when if some data-point is missing we don’t leave a blank space, but it is being replaced with other data point instead (so some user se A-B-C, but some will see only B-C as if A never existed without leaving blank space) - Rage click prevention Amazing experience, thanks for having me. People at BUCK are absolutely goated, kudos to everyone who was helping me and to everyone who was actually doing the animations, stunning. Is it the biggest Rive exposure yet? Maybe Rive

Bartek Radziejewski

24,978 Aufrufe • vor 7 Monaten