Andreas Faust

Results 36 comments of Andreas Faust

Is this fixed? For me it works along `React 18`.

🛷 **react-sled** A customizable carousel made with **react-spring** and **styled-components**. Because React-world needs a handy, spring-based viewpager. [GitHub](https://github.com/AndreasFaust/react-sled) [Example](https://andreasfaust.github.io/react-sled/) It started with [this example](https://codesandbox.io/embed/n9vo1my91p) from the react-spring-docs and is about...

Another react-spring-project from my side: **gatsby-plugin-transitions** [GitHub](https://github.com/AndreasFaust/gatsby-plugin-transitions) [Example](https://andreasfaust.github.io/gatsby-plugin-transitions/) It just started. Any participation is very much appreciated!

Hello @HyBDev, yes, you just need to use `Intersection Observer` to detect if the ticker’s container is in view or not and then modify the `move`-prop. For a simple implementation...

You are right: `index` is a continuous counter, which has no relation to the elements itself. It just counts the event, `react-ticker` orders a new element. This is not mentioned...

Could you provide a [codesandbox](https://codesandbox.io/dashboard/home?workspace=80922a94-9bdb-44c1-b5dd-5dd18778d9c2) for testing? Otherwise it’s hard to figure out, what’s wrong.

The same problem exists with formatting like `italic` and `bold`. Tested with Google Doc. This issue is really severe, because it makes the block editor difficult to use for projects...

> maybe need integrate https://www.slatejs.org/examples/paste-html This would solve pasting from **Rich Text**, which would be a huge step forward. Pasting directly from Google Doc does not work in this example,...

This would be amazing and turn Strapi into a CDN! For Strapi to get all needed information, the frontend of the app needs to activate Client Hints: ```html ```