Frontend Web Development

290 readers
2 users here now

Community to discuss stuff all things related to frontend web development. (sharing resources, discussion etc.)

founded 3 years ago
1
 
 

cross-posted from: https://programming.dev/post/18448206

Hi,

I would like to use a rectangle that move (left to right) to reveal an element / image

like this

The white box shall be the image to display

But I'm already block at my svg animation

<svg viewBox="0 0 265.135 68.642" xmlns="http://www.w3.org/2000/svg">
<g x="-55.790085" y="0.79151762">
    <rect
       style="fill:#ffcc00;stroke-width:2.46513;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers;stop-color:#000000"
       width="55.465603"
       height="151.60599"       
       transform="rotate(45)" />
       <animate
      attributeName="x"
      values="-55.790085;265"
      dur="5s"
      repeatCount="indefinite" />
  </g>
</svg>

Because the rectangle is not moving :'(

Any ideas ?

Thanks.

2
3
4
 
 

Get injee here https://yu7.in/injee

5
 
 

cross-posted from: https://lemmy.ml/post/17900124

Hi,

I'm looking for some inspiration to create a website.

Do you have a "crush" :) for a website (design speaking)

Or do you know some website that list great visual feature or website ?

Thanks.

6
7
8
9
10
 
 

Hi there,

I have written an article on implementing server-side caching that ensures your app stays fast as you scale.

Iโ€™ve used ExpressJS for the API server, and React for the frontend.

Hope this helps someone!

11
0
HTMX Playground (lassebomh.github.io)
submitted 8 months ago by [email protected] to c/[email protected]
12
13
14
 
 

Something such as [email protected]

15
 
 

Interesting stuff to come.

Play around on https://oklch.com Chrome on a Mac screen e.g. supports P3.

16
 
 

Adding the same id multiple times increases the specificity of a selector and thus overrides other selectors.

e.g.

#myId span {color: red; }
#myId#myId#myId span { color: blue; }

Codepen

17
0
SVG Backgrounds (www.svgbackgrounds.com)
submitted 1 year ago by [email protected] to c/[email protected]
18
19
20
21
22
 
 

I started learning web development with it. And I really enjoy the format so far. Have you ever tried to learn web dev online?