Search
Blur Reportedly Finds Loophole in OpenSea's Blocklist as Marketplace War Escalates
31.1.2023
The apparent workaround allows the zero-fee marketplace to list collections that have previously been blocklisted by OpenSea, following months of debates around enforcing creator royalties
Blur NFT Marketplace Surges in Volume and Market Share, Rivaling Industry Leader Opensea
26.1.2023
Blur, the non-fungible token (NFT) marketplace, has seen a significant increase in volume since its launch in October. According to statistics from Dune Analytics, Blur has captured about 30% of the market share in terms of sales volume. The NFT marketplace leader, Opensea, commands 48% of...
NFT Marketplace Blur Delays Native Token Launch
19.1.2023
The platform, which targets pro NFT traders, said it would launch its BLUR governance token on February 14 after months of incentivized airdrops
Divisions in Sam Bankman-Fried’s Crypto Empire Blur on His Trading Titan Alameda’s Balance Sheet
2.11.2022
Alameda had $14.6 billion of assets as of June 30, according to a private document CoinDesk reviewed. Much of it is the FTT token issued by FTX, another Bankman-Fried company
Nifty News: LooksRare the latest NFT market to sack royalties, Twitter’s tweeting tiles, and more
28.10.2022
LooksRare joins the lineup of NFT marketplaces that have abandoned default creator royalties but says its replacement solution is “competitive”
New NFT Marketplace Blur Closes in on OpenSea in 24 Hour Trade Volume
27.10.2022
The self-proclaimed "pro" NFT marketplace did 1,160 ETH ($2.5 million) in trading on Wednesday, according to Dune Analytics, placing it just behind OpenSea
How to Make a Folder “Slit” Effect With CSS
19.10.2022
When you put something — say a regular sheet of paper — in a manilla folder, a part of that thing might peek out of the folder a little bit. The same sort of thing with a wallet and credit …
How to Make a Folder “Slit” Effect With CSS originally published on CSS-Tricks, which is part of...
Collective #729
15.9.2022
Dreamy Blur * Spacing, Grids and Layouts * Difftastic * Openship
More Than $600K Vanishes From DeFi Project Blur Finance as Developers Disappear
10.8.2022
Twitter and Discord links for the project were not working at press time
GTA V Next-Gen Quietly Gets A Bunch Of Welcome Boosts, Improvements
26.4.2022
Rockstar Games quietly patched Grand Theft Auto V on PS5 and Xbox Series X/S, adding a handful of small but highly requested tweaks to the next-gen version of the nearly decade-old game. Players have also noticed new files added to the PC version of the game hinting that next-gen improvements will...
Pro Trader-Focused NFT Marketplace Blur Secures $11 Million in Seed Round Led by Paradigm
29.3.2022
On March 28, the non-fungible token (NFT) marketplace Blur announced the company has raised $11 million in a seed round led by Paradigm. The NFT marketplace Blur says the startup is focused on building an institutional-grade NFT market that’s made “for pro traders.” Blur Raises...
Cappasity to Present 3D NFT for E-Commerce in March 2022
8.2.2022
PRESS RELEASE. Cappasity’s platform will allow retailers to create immersive NFTs easily and quickly. The proprietary utility token CAPP will be used in the provision of NFT services. Cappasity lets companies create and deliver 3D/AR experiences to blur the line between online and in-store...
BioWare's Classic Star Wars Trailers Are Being Re-Released In 4K
8.11.2021
Star Wars: The Old Republic is 10 this year, and as part of the birthday celebrations BioWare have decided to do something I can’t remember ever seeing before; they’re re-releasing the game’s old trailers in an elegant resolution for a less civilized age.Read more
Narratives Blur as Bitcoin and Ethereum Target Each Other's Field
3.11.2021
As Bitcoin (BTC) and Ethereum (ETH) camps keep fighting for old and new capital in the crypto space, their value proposition narratives are becoming somewhat more complicated with each competing side trying to steal the show from each other.
According to Noelle Acheson, head of markets insights...
Creating Colorful, Smart Shadows
4.5.2021
A bona fide CSS trick from Kirupa Chinnathambi here. To match a colored shadow with the colors in the background-image of an element, you inherit the background in a pseudo-element, kick it behind the original, then blur and filter it. …
The post Creating Colorful, Smart Shadows appeared...
How to Create a Realistic Motion Blur with CSS Transitions
14.10.2020
Before we delve into making a realistic motion blur in CSS, it’s worth doing a quick dive into what motion blur is, so we can have a better idea of what we’re trying to reproduce.
Have you ever taken a photo of something moving quickly, especially under low light, and it turned into a blurry...
Backdrop Filter effect with CSS
16.7.2020
I love these little posts where some tricky-looking design is solved by a single line of CSS using a little-known property. In this case, the design is a frosted glass effect and the CSS property is backdrop-filter.
The approach? Easy peasy:
.container {
backdrop-filter: blur(10px);
}
The...
Creating Playful Effects With CSS Text Shadows
20.4.2020
Let’s have a look at how we can use the CSS text-shadow property to create truly 3D-looking text. You might think of text-shadow as being able to apply blurred, gradient-looking color behind text, and you would be right! But just like box-shadow, you can control how blurred the shadow is, including...
“Browser Functions”
26.1.2020
Serverless functions are fairly straightforward. Put a bit of back-end language code, like Node, in the cloud and communicate with it via URL. But what if that URL didn't run a back-end language, it ran an actual browser? Richard Young:
We can now do full stack development using just Web APIs....
Ways to Organize and Prepare Images for a Blur-Up Effect Using Gatsby
18.11.2019
Gatsby does a great job processing and handling images. For example, it helps you save time with image optimization because you don’t have to manually optimize each image on your own.
With plugins and some configuration, you can even setup image preloading and a technique called blur-up for your...