Snippets Collections
const apps = ["phone", "calculator", "clock"];
const object = { ...apps };

console.log(object);
img {
	transition: all ease 500ms;
}

img:hover {
	transform: scale(1.25);
	opacity: 0.7;
}
star

Wed Apr 05 2023 16:08:37 GMT+0000 (Coordinated Universal Time) https://codetogo.io/how-to-create-object-from-array-in-javascript/

#javascript #object #transform #array
star

Tue Nov 29 2022 19:30:29 GMT+0000 (Coordinated Universal Time) https://pytorch.org/vision/0.9/transforms.html

#pytorch #transform
star

Wed Jun 23 2021 06:00:38 GMT+0000 (Coordinated Universal Time)

#css #styling #transform #transition

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension