Actualizar img de fondo
Before Width: | Height: | Size: 156 KiB After Width: | Height: | Size: 143 KiB |
Before Width: | Height: | Size: 170 KiB After Width: | Height: | Size: 250 KiB |
BIN
public/img/wall2.webp
Executable file → Normal file
Before Width: | Height: | Size: 262 KiB After Width: | Height: | Size: 320 KiB |
BIN
public/img/wall3.webp
Executable file → Normal file
Before Width: | Height: | Size: 175 KiB After Width: | Height: | Size: 215 KiB |
BIN
public/img/wall4.webp
Executable file → Normal file
Before Width: | Height: | Size: 174 KiB After Width: | Height: | Size: 54 KiB |
BIN
public/img/wall5.webp
Normal file
After Width: | Height: | Size: 48 KiB |
@ -2,7 +2,7 @@ import { estilosGlobales } from "./Estilos";
|
|||||||
import { StyleSheet, css } from "aphrodite";
|
import { StyleSheet, css } from "aphrodite";
|
||||||
import { numWallpaper, setNumWallpaper } from "./Store";
|
import { numWallpaper, setNumWallpaper } from "./Store";
|
||||||
|
|
||||||
const totalWallpapers = 4;
|
const totalWallpapers = 5;
|
||||||
|
|
||||||
const e = StyleSheet.create({
|
const e = StyleSheet.create({
|
||||||
contCambiador: {
|
contCambiador: {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
import { StyleSheet, css } from "aphrodite";
|
import { StyleSheet, css } from "aphrodite";
|
||||||
import { numWallpaper } from "./Store";
|
import { numWallpaper } from "./Store";
|
||||||
import { createSignal, createMemo, createEffect, createState } from "solid-js";
|
import { createEffect, createState } from "solid-js";
|
||||||
|
|
||||||
const duracionTransicion = 250;
|
const duracionTransicion = 250;
|
||||||
|
|
||||||
@ -57,11 +57,6 @@ export function Wallpaper() {
|
|||||||
img.src = url;
|
img.src = url;
|
||||||
});
|
});
|
||||||
|
|
||||||
const dummyMemo = () => {
|
|
||||||
console.log("Memo!");
|
|
||||||
return estilosRaw;
|
|
||||||
};
|
|
||||||
|
|
||||||
return <div className={css(estilos.contenedorCover)}>
|
return <div className={css(estilos.contenedorCover)}>
|
||||||
<div
|
<div
|
||||||
className={css(estilos.cover)}
|
className={css(estilos.cover)}
|
||||||
|