Search
CoinMetrics Finds the ‘Coinbase Effect’ is Actually Pretty Lame
24.6.2020
CoinMetrics has found that the impact of Coinbase Pro listing announcements is overstated, producing price performances ranging from -1% to +14% over 20 days
How to Create a Motion Hover Effect for a Background Image Grid
10.6.2020
A short tutorial on how to achieve a motion hover effect on a background image grid.
The post How to Create a Motion Hover Effect for a Background Image Grid appeared first on Codrops
Understand why CSS has no effect with the Inactive CSS rules indicator in Firefox DevTools
5.6.2020
It’s useful when DevTools tells you that a declaration is invalid. For example, colr: red; isn’t valid because colr isn’t a valid property. Likewise color: rd; isn’t valid because rd isn’t a valid value. For the most part, a browser’s DevTools shows...
Rotated Table Column Headers… Now With Fewer Magic Numbers!
1.6.2020
Rotated <table> column headers is something that’s been covered before right here on CSS-Tricks, so shout-out to that for getting me started and helping me achieve this effect. As the article points out, if you aren’t using trigonometry to calculate your table styles, you’ll have to rely...
Cryptocurrencies Spread 4X Faster in Undeveloped Countries: Blockchain Analysis Report
28.5.2020
During the month of April, the blockchain project Onfo initiated an experiment to see how fast crypto assets can gain popularity in four different countries. The team’s findings discovered that cryptocurrencies spread four times faster in developing nations as opposed to developed countries....
Japanese Exchanges React to Revised Crypto Laws Now in Effect
19.5.2020
Atsushi Kuwabara from Japan-based exchange bitbank spoke to Cointelegraph regarding the new regulatory changes to the country’s crypto laws
Bitcoin Miners Revenue Plunge 48% as Halving Impact Kicks In
14.5.2020
Revenue for Bitcoin (BTC) miners plunged 48% a day following the third halving, as the full impact of the periodic supply cut event began to take effect. According to data from crypto company Blockchain, the total value of block subsidies and transaction fees paid to miners crashed to $8.95 million...
2 Days After the Bitcoin Halving: Network ‘Remains Strong,’ Higher Fees, Bullish Sentiment
13.5.2020
On May 11, 2020, the Bitcoin network completed it’s third block reward halving and the network seems to be chugging along just fine. However, it may take a while longer to see the halving’s effect on the mining industry and right now bitcoin transaction fees have risen exponentially....
Morphing Gooey Text Hover Effect
28.4.2020
Three gooey morphing hover effects using SVG filters for menu links based on a demo by Graham Pyne.
Morphing Gooey Text Hover Effect was written by Mary Lou and published on Codrops
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...
Interactive WebGL Hover Effects
14.4.2020
A simple tutorial on how to achieve an interactive mouseover/hover effect on images in some easy steps.
Interactive WebGL Hover Effects was written by Yuriy Artyukh and published on Codrops
Bitcoin Cash (BCH) is Preyed by Post Halving Effect & Death Crossover
14.4.2020
Bitcoin Cash, a hard fork of Bitcoin that was originated in the year 2017, and it was just in the previous week when the coin had its halving which led the price to soar to $281. BCH/USD hits a 3-week high and briefly traded above $280 on a day before halving on April 08, 2020. …
Hyperbitcoinization: Visions of Bitcoin Fueling the Post Covid-19 Shadow Economy
7.4.2020
With the recent coronavirus spread and its overall effect on the global economy, some people believe the powers that be are preparing a financial reset. During these times, a number of bitcoiners think a bitcoin-induced form of fiat currency demonetization will take place, otherwise known...
CSS-Only Marquee Effect
5.4.2020
You make sure the text is more than twice the width of the screen, then use negative translate animations to do the marquee movement.
You’ll probably want to aria-hidden all but one of them if you need to duplicate the text. Or, you could use a very clever CSS trick...
CSS-Only Marquee Effect
31.3.2020
A simple CSS-only marquee effect for a menu based on Francesco Zagami's Dribbble shot.
CSS-Only Marquee Effect was written by Mary Lou and published on Codrops
‘Bull Run May Not Come Immediately After Bitcoin Halving,’ Says Bitmain’s Jihan Wu
28.3.2020
Bitmain cofounder Jihan Wu’s recent interview discusses some of his predictions concerning the future of bitcoin, mining, the bitcoin halving, and the cryptoconomy. Despite the coronavirus outbreak and its effect on the global economy, Wu is optimistic and he believes the modern central...
Creating a Pencil Effect in SVG
28.3.2020
Scott Turner, who has an entire blog "Exploring procedural generation and display of fantasy maps", gets into why vector graphics seems on these surface why it would be bad for the look of a pencil stroke:
Something like this pencil stroke would require many tens of thousands of different...
Collective #599
26.3.2020
Embracing modern image formats * Emergency Website Kit * Pencil Effect in SVG * Vincent * IMAP API
Collective #599 was written by Pedro Botelho and published on Codrops
Darknet Vendors Work Overtime as Police Halt Drug Arrests
19.3.2020
The coronavirus is having a strange effect on the war on drugs. Narcotics activities that were deemed serious crimes only a week ago have been dropped by U.S. law enforcement, who have greater concerns now that cities are under effective lockdown. Meanwhile, darknet vendors are doing their best...
Playing With Particles Using the Web Animations API
18.3.2020
When it comes to motion and animations, there is probably nothing I love more than particles. This is why every time I explore new technologies I always end up creating demos with as many particles as I can.
In this post, we'll make even more particle magic using the Web Animations API to create...