Search
IRS to transition from ‘education to enforcement,’ says former division chief
3.1.2021
A former top investigator is warning that the IRS might be shifting crypto tax payment enforcement into high gear
Darknet Giant White House Market Drops Bitcoin, Supports Monero Payments Only
1.1.2021
The prominent darknet marketplace, White House Market, has dropped bitcoin payments and now accepts monero only. The darknet marketplace administrators detailed that there was an issue with a payment processor blocking Tor exit nodes, but the full transition to monero was always planned. A number...
Mining Rig Makers Race to Create Next-Gen Ethereum Miner Before Staking-Only Kicks In
21.12.2020
The Ethereum network’s 2.0 transition has pushed the protocol to become one of the largest staking networks in the world with 1,683,905 ether locked into the contract worth $1 billion today. According to reports from China, while proof-of-work ethereum miners have two years left to mine...
Sweden is studying a potential transition to the e-krona CBDC
11.12.2020
Sweden is examining risks and consequences of moving its economy to its e-krona digital currency
Building a Svelte Static Website with Smooth Page Transitions
30.11.2020
A video tutorial that will show you how to build a static website with Svelte and add smooth page transitions using Three.js and GSAP.
The post Building a Svelte Static Website with Smooth Page Transitions appeared first on Codrops
Curate, Next Generation Yield Farming
18.11.2020
PRESS RELEASE. Curate decentralized platform has set the goal of maximizing the DeFi potential. The main task is to create a complete platform autonomy with a gradual transition to self-management by community members. Curate is an autonomous full-cycle ecosystem. Platform members use ETH-Xcur...
Collective #634
12.11.2020
Operator Lookup * 22120 * Web animation gotchas * Socialify * react-gl-transition-image
The post Collective #634 appeared first on Codrops
Biden taps crypto-savvy former CFTC chair for transition team
11.11.2020
Gary Gensler will reportedly ensure a smooth transition with the Federal Reserve in addition to banking and securities regulators
Biden Confirms Crypto-Savvy Gary Gensler Will Lead Financial Policy Transition Team
10.11.2020
Gary Gensler, Simon Johnson and Mehrsa Baradaran are among the policy experts versed in crypto and blockchain issues named to Biden’s transition team
SharkTron – DeFi Project That Implies Complete Autonomy
24.10.2020
PRESS RELEASE. SharkTRON decentralized platform has set the goal of maximizing the DeFi TRON potential. The main task is to create a complete platform autonomy with a gradual transition to self-management by community members. SharkTRON is an autonomous full-cycle ecosystem. Platform members...
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...
WebGL Video Transitions with Curtains.js
7.10.2020
Some experimental video transitions using Curtains.js and shaders.
The post WebGL Video Transitions with Curtains.js appeared first on Codrops
First Mover: Ethereum’s Transition to Staking Could Push More Traders to Use Derivatives
5.8.2020
As Ethereum starts its multiyear transition to a "staking" network, analysts say a reduction in token liquidity may push traders to derivatives markets.
A little bit of plain Javascript can do a lot
8.7.2020
Julia Evans:
I decided to implement almost all of the UI by just adding & removing CSS classes, and using CSS transitions if I want to animate a transition.
An awful lot of the JavaScript on sites (that aren’t otherwise entirely constructed from JavaScript) is click the thing...
Hide Scrollbars During an Animation
24.6.2020
CSS still can’t animate to auto dimensions.
.dropdown {
transition: 0.2s;
height: 0;
}
.dropdown.open {
/* the height will change, but it won't animate. */
height: auto;
}
There is JavaScript trickery you can try. Brandon Smith outlined several techniques here a little while back....
The Zcash Privacy Tech Underlying Ethereum’s Transition to Eth 2.0
19.6.2020
Ethereum’s consensus algorithm is not the only thing changing with the launch of Eth 2.0. The underlying cryptography itself is getting an overhaul
Fed Chair Jerome Powell Discusses Leveraging an Ethereum-Based Libor Replacement
5.6.2020
The Federal Reserve’s Chair, Jerome Powell has hinted at using an Ethereum-based interest reference rate in a transition from the London Interbank Offered Rate (Libor). Powell also detailed in a letter to Senator Tom Cotton (R-AR), that the Ethereum version of Libor, a software called...
CSS Animation Timelines: Building a Rube Goldberg Machine
12.5.2020
If you’re going to build a multi-step CSS animation or transition, you have a particular conundrum. The second step needs a delay that is equal to the duration of the first step. And the third step is equal to the duration of the first two steps, plus any delay in between. It gets more...
Collective #604
30.4.2020
The Open Web is Dying * Are you using SVG favicons yet? * Immersive Section Transition * Trails * What is a resilient website?
Collective #604 was written by Pedro Botelho and published on Codrops
Rapid Image Layers Animation
7.4.2020
A rapid animation of multiple layers of images for intros or page transitions.
Rapid Image Layers Animation was written by Mary Lou and published on Codrops