Frontend Web Development

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 > > ![](https://lemm.ee/api/v3/image_proxy?url=https%3A%2F%2Fprogramming.dev%2Fpictrs%2Fimage%2Fd54c7bfd-faec-4927-ab5c-8da413bc0772.gif) > > The white box shall be the image to display > > But I'm already block at my svg animation > > ```svg > <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. >

5
0

Get injee here [https://yu7.in/injee](https://yu7.in/injee)

-11
15

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. >

3
0
dev.to

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!

-1
0

Something such as !webdev@programming.dev

0
2
evilmartians.com

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

2
0
developer.mozilla.org

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](https://codepen.io/codependadada/pen/GRwpMKQ)

2
0
www.theodinproject.com

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

2
0