Search
Andrew Yang says he'll transform NYC into a Bitcoin hub if elected mayor
12.2.2021
Andrew Yang has plans for New York City that cryptocurrency users anywhere would find appealing
Nexxyo Labs Set to Transform the DeFi Landscape with BambooDeFi
9.2.2021
Disclaimer: The text below is a press release that was not written by Cryptonews.com.
After months of careful preparation, BambooDeFi is now ready to introduce its advanced suite of features to the DeFi arena.
BambooDeFi, the DeFi project by blockchain developers at Nexxyo Labs, took a major step...
Federal reform could transform crypto’s cannabis use case
5.2.2021
As senators call for an end to the federal prohibition of marijuana, how would it affect the crypto-cannabis connection that's arisen in the weed industry's banking blindspot?
Re-Creating the Porky Pig Animation from Looney Tunes in CSS
26.1.2021
You know, Porky Pig coming out of those red rings announcing the end of a Looney Tunes cartoon. We’ll get there, but first we need to cover some CSS concepts.
Everything in CSS is a box, or rectangle. Rectangles …
The post Re-Creating the Porky Pig Animation from Looney Tunes in CSS appeared...
CSS Individual Transform Properties in Safari Technology Preview
30.12.2020
The WebKit blog details how to use individual CSS Transform properties in the latest version of Safari Technology Preview. This brings the browser in line with the CSS Transforms Module Level 2 spec, which breaks out the translate(), …
The post CSS Individual Transform Properties in Safari...
EcoChain’s Capital Logic Will Transform the DeFi Ecosystem
29.10.2020
Decentralized finance(DeFi) has taken the blockchain network by a storm and is now arguably the most discussed topic. Although it has been a roller coaster ride, the DeFi network has grown enormously in size and number. Today, the total value locked in DeFi contracts is more than $11b. Forex Market...
Parsel: A tiny, permissive CSS selector parser
2.10.2020
If you’ve ever thought to yourself, gosh, self, I wish I could have an Abstract Syntax Tree (AST) of this CSS selector, Lea has your back.
If you’ve ever thought that same thing for an entire CSS file, that’s what PostCSS is, which has gone v8. PostCSS doesn’t do anything...
How Web 3.0 Creates Value for Users, Not Platforms
18.9.2020
There has been a Cambrian explosion of Web 3.0 apps. Let's make sure this evolution continues for decades to come
How CSS Perspective Works
9.9.2020
As someone who loves creating CSS animations, one of the more powerful tools I use is perspective. While the perspective property is not capable of 3D effects all by itself (since basic shapes can’t have depth), you can use the transform property to move and rotate objects in a 3D space (with...
President Macron Could Leverage Blockchain to Transform Lebanon Aid
10.8.2020
Blockchain technology has the potential to bring transparency to the deployment of financial aid
Q&A: How Blockchain Could Transform the Art Industry
10.8.2020
Blockchain is transforming industries left, right and center — but how could this technology benefit the art world?
Crypto Artists and Investors Trusts NFTs to Transform the Art Industry
9.8.2020
With Nifty Gateway recently auctioning a digital artwork and NFT for a record $55,555.55, the art world is on alert
Warp SVG Online
6.8.2020
The warping is certainly the cool part here. Some fancy math literally transforms the path data to do the warping. But the UX detail work here is just as nice. Scrolling the page zooms in and out via a transform: scale() on the SVG wrapper (clever!). Likewise, holding the spacebar lets you...
UTE Joins Energy Web to Transform Energy Sector with Blockchain
23.7.2020
In its efforts to become a global leader in digital innovation and rapid energy-sector decarbonization, Uruguay’s grid operator Administración Nacional de Usinas y Trasmisiones Eléctricas (UTE) has announced its partnership with Energy Web (EW). The partnership will allow UTE to leverage...
Alchemy Aims to Transform Blockchain Development with New Build Tools
9.7.2020
New dev tools promise to make blockchain development open to more engineers, as well as faster and more efficient
SEC’s Cryptomom Peirce Believes US Capital Markets Can ‘Transform People’s Lives’
7.7.2020
SEC Commissioner Hester Peirce wants to see new crypto projects get a fair shake at U.S. capital markets
The Mad Magazine Fold-In Effect in CSS
25.6.2020
This was always my favorite thing in Mad magazine. One page (the inside of the back cover, I think) was covered in a zany illustration. You folded that page in thirds, covering up the middle-third of that image, and a new image would form because the illustration was designed to perfectly line...
Turning a Fixed-Size Object into a Responsive Element
11.5.2020
I was in a situation recently where I wanted to show an iPhone on a website. I wanted users to be able to interact with an application demo on this “mock” phone, so it had to be rendered in CSS, not an image. I found a great library called marvelapp/devices.css. The library implemented the device...
Different Approaches to Responsive CSS Motion Path
24.4.2020
As a follow-up to Jhey’s recent post on responsive motion paths, Michelle Barker notes that another approach could be to just transform: scale() the whole dang element.
The trade-off there is that you’re scaling both the path and the element on the path at the same time; Jhey’s...
How to Re-Create a Nifty Netflix Animation in CSS
7.4.2020
The design for Netflix’s browse page has remained pretty similar for a few years now. One mainstay component is the preview slider that allows users to scroll through content and hover on items to see a preview.
One unique characteristic of the UI is its hover behavior. When a show preview...