Search
Stack to Content Layout Transition
11.5.2022
An experimental layout transition where a stack of images animates to a gallery view, showing some more content.
The post Stack to Content Layout Transition appeared first on Codrops
Image Trail Animation for an Intro
3.5.2022
An intro animation concept with an initial loader and an intro screen that animates to a new layout using various effects.
The post Image Trail Animation for an Intro appeared first on Codrops
Elon Musk Purchases Twitter for $44 Billion, Social Media Company Will Transition to a Private Company
25.4.2022
On Monday, Twitter announced that Elon Musk has officially acquired the social media platform for $54.20 per share in a transaction valued at $44 billion. After the transaction completes, Twitter will transition to a private company. Musk Acquires Social Media Platform Twitter — Aims...
Blockchain and oracles can help clean energy transition, study claims
19.4.2022
A new report conducted by Tecnalia Research and Chainlink Labs asserts that blockchain and oracles can help fix climate issues
Ethereum Dev Says The Merge Could Be Delayed a Few Months, ‘Strongly Suggests’ Not Investing in ETH Mining Rigs
13.4.2022
According to Ethereum developer Tim Beiko, The Merge is likely to be pushed to the third quarter of 2022. Despite the delay, Beiko also said he “strongly suggests not investing more in mining equipment at this point.” The Merge May be Delayed, Ethereum Hashrate Taps New ATH Four days...
Ethereum’s Hashrate Taps an All-Time High as Miners Race to Mint ETH Before The Merge
9.4.2022
While the Ethereum community is getting prepared for The Merge and the protocol’s transition to a full proof-of-stake (PoS) system, the network’s hashrate reached an all-time high (ATH) on April 7, 2022. On Thursday, Ethereum’s hashrate reached a high of 1.131 petahash...
Lines to Content Layout Animation
5.4.2022
A simple layout switch example where we go from a typography row view with inline images to a large image preview with more content.
The post Lines to Content Layout Animation appeared first on Codrops
Ethereum Devs Implement Merge Testnet Kiln, Testing Ground Expected to Be the Last Before PoS Transition
17.3.2022
After implementing the merge testnet Kiln, Ethereum is seemingly getting closer to transitioning to a full proof-of-stake (PoS) network. According to developers Kiln’s execution layer was initially launched leveraging proof-of-work (PoW) and since March 15, Kiln is running entirely under...
Expanding Rounded Menu Animation
15.3.2022
An expanding menu animation with a cover unreveal effect in the background.
The post Expanding Rounded Menu Animation appeared first on Codrops
Short term Bitcoin buyers transition to long term holders: Glassnode
15.3.2022
Although long-term coin selling saw a marked increase last week, HODLing is still the preferred strategy as more of the short-term supply is becoming long-term supply
Russia Sanctions Means Countries May Transition to Bitcoin Reserves - Pantera’s CEO
8.3.2022
Both nation-states and private citizens around the world are likely to find it “very appealing” to keep control of their own money in light of the sanctions placed on Russia, and countries could start transitioning to bitcoin (BTC) for foreign reserves, Pantera Capital’s Dan Morehead has argued....
Ethereum Beacon Chain Surpasses 300K Validators, Over $28 Billion in Ether Deposits Locked
1.3.2022
The Ethereum protocol has reached another milestone as the number of Ethereum 2.0 validators has surpassed 300,000. At the time of writing, the Ethereum 2.0 contract has over 9.6 million ether deposited worth more than $28.4 billion. Ethereum Beacon Chain Validators Jump Past the 300,000 Mark...
No Motion Isn’t Always prefers-reduced-motion
8.2.2022
There is a code snippet that I see all the time when the media query prefers-reduced-motion is talked about. Here it is:
@media (prefers-reduced-motion: reduce) {
* {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms...
Bitcoin’s transition to a risk-off asset will propel it to $100K in 2022, says Bloomberg analyst
19.1.2022
Mike McGlone, senior commodity strategist at Bloomberg, is convinced that Bitcoin’s transition to digital gold will propel it to new all-time highs in 2022
Plus: God Of War's perfecto PC transition
14.1.2022
The god in question loves his Personal Computer, folks
How to Build Your First Custom Svelte Transition
14.1.2022
The Svelte transition API provides a first-class way to animate your components when they enter or leave the document, including custom Svelte transitions. By default, the transition directive uses CSS animations, which generally offer better performance and allow the browser’s …
How...
Ethereum Hashrate Taps Record-Setting 1 Petahash as ETH’s Mining Profitability Remains High
28.12.2021
20 days ago, Ethereum’s network participants upgraded the protocol and implemented the Arrow Glacier upgrade. The move delayed Ethereum’s “Ice Age” proof-of-stake (PoS) transition for another six months and this week, the network’s hashrate tapped all-time highs....
Ethereum Co-Founder Vitalik Buterin Publishes ‘Plausible Roadmap’ Addressing Scalability
11.12.2021
In recent times the Ethereum network has received a lot of criticism about the protocol’s data transfer fees and scalability. In a blog post called “Endgame,” published on December 6, the co-founder of Ethereum, Vitalik Buterin discussed plans to improve scaling, the upcoming...
Delaying the Ice Age — Ethereum Network Participants Prep for Upcoming Arrow Glacier Upgrade
7.12.2021
The Ethereum network will be undergoing a scheduled upgrade soon called “Arrow Glacier,” a change that aims to mimic the “Muir Glacier” upgrade. Essentially, Ethereum’s Arrow Glacier changes the parameters of the network’s Difficulty Bomb delay to June...
Teleportation Transition with Three.js
6.12.2021
A coding session where you will learn how to recreate the teleportation transition seen on "Marseille 2021" by La Phase 5.
The post Teleportation Transition with Three.js appeared first on Codrops