Search
Creating a Menu Image Animation on Hover
1.7.2020
A tutorial on how to create a hover effect for a menu where images appear with an animation on each item.
The post Creating a Menu Image Animation on Hover appeared first on Codrops
Quick Tips for High Contrast Mode
27.6.2020
Sarah Higley has some CSS tricks up her sleeve for dealing with High Contrast Mode on Windows, which I learned is referred to as WHCM.
Here’s the first trick:
[…] if the default CSS outline property doesn’t give you the visual effect you want [in WHCM] for focus states...
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...
A Glitchy Grid Layout Slideshow
24.6.2020
An experimental grid slideshow with a stack-like navigation and glitch effect.
The post A Glitchy Grid Layout Slideshow appeared first on Codrops
Coinbase Listing Effect May Be 'More Muted' than Believed - Report
24.6.2020
Despite often being referred to as one of the most sure-fire ways to pump the price of a cryptoasset, a listing on the popular fiat-to-crypto platform Coinbase may not be as lucrative for token holders as some have thought, a new study from crypto analytics firm Coin Metrics has found.
In...
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