HeyItsFinn
Explore posts from serversConfused by recommendation to compile Hono App and Client
My question is specifically regarding this section of the documentation https://hono.dev/docs/guides/rpc#compile-your-code-before-using-it-recommended
I want to compile the types for my Hono client to take some of the workload off TSServer and utilise TSC, and because the VSCode extension for SvelteKit is incorrectly typing the responses returned from the client.
I have set up a Deno task and a tsconfig to run tsc on this code:
Into a folder located relatively at "../dist".
But how do I get TSServer to use the types output in this folder? Can someone share their implementation?
1 replies
KPCKevin Powell - Community
•Created by HeyItsFinn on 8/2/2023 in #front-end
"transform: translateZ" not working as intended even when "transform-style: preserve-3d" is set
I'm having difficulties following Kevin's "3D tilting card Effect..." tutorial, I have a container that follows the mouse perfectly but I want the children of the container to have a translateZ set so they look like they are hovering above the container, the problem I am having is that, even when "transform-style: preserve-3d" is set on the container, the translateZ property on the children is not working as intended, children just seem to scale up.
I have a layout comparable to this in my main svelte file
and this is the relevant sass
Any ideas are appreciated, thank you.
27 replies