Search

Nalezeno "Hide": 64

This vs. That


Here’s a nice site from Phuoc Nguyen, who I’ve noted before has quite a knack for clever sites. This vs. That pits different related concepts against each other as a theme for an article. For example, CSS has display: none;, opacity: 0;, and visibility: hidden; and they all, on...

Pausing a GIF with details/summary


Steve Faulkner has a clever idea here. You can show an (animated) GIF and overlay a pause/play button on top of it — which is really a <details>/<summary> element. When toggled, a (non-animated) JPG inside covers the GIF, effectively “pausing” it. Adrian Roselli calls...

Hide Scrollbars During an Animation


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....

Devising the Cloak of Invisibility in JavaScript


Steganography. The art of hiding something right under your nose. For as long as humans have been alive, we’ve been trying to hide things — whether it’s our last slice of pizza or the location of a buried treasure. Do you remember the cool invisible lemon ink trick, where we’d write the secret...

Create Diagonal Layouts Like it’s 2020


Nils Binder covers the ways: 1. Use an SVG in the form of a triangle. This technique is nicely described by Erik Kennedy on CSS-Tricks. 2. Hide part of your section using clip-path. Read Diagonal Containers in CSS by Sebastiano Guerriero or Sloped edges with consistent angle...

Samsung Plays Hide-and-Seek Galaxy S20 With the Cryptoverse


The Galaxy Unpacked 2020 event in San Francisco on February 12. Samsung has finally unveiled its new flagship smartphones, including the latest Galaxy devices, the S20, and the Z Flip, a foldable smartphone. But crypto-keen observers waiting to see if the new phones would be fitted with...

Can you rotate the cursor in CSS?


Kinda! There is no simple or standard way to do it, but it's possible. You can change the cursor to different built-in native versions with CSS with the cursor property, but that doesn't help much here. You can also use that property to set a static image as the cursor. But again that doesn't help...

Doing What You Want With Your Money Is a Fundamental Right


Since the birth of Bitcoin, crusaders fighting for the separation of money and state discovered a new payment tool that bypasses the nation state’s control over the monetary system. For over ten years now, lots of people have been using digital currencies to hide from prying eyes...

Smokescreens and Mirrors: How Does a Country Do an ICO? They Call It QE


Financial regulators all around the world have been cracking down hard on ICOs for promising more than they can deliver. At the same time governments and central banks are pulling off far worse scams, such as QE, wiping out the savings of everyone that depends on them. To hide this fact they...

How Governments Steal Your Money and Conceal It Through Inflation


Dozens of countries all over the world have used the same trick called redenomination to hide how they have stolen their own citizens’ money through inflation or hyperinflation. The next nation to try this economic sleight of hand is the government of the Islamic Republic of Iran. Also Read:...

Menus with “Dynamic Hit Areas”


Flyout menus! The second you need to implement a menu that uses a hover event to display more menu items, you're in tricky territory. For one, they should work with clicks and taps, too. Without that, you've broken the menu for anyone without a mouse. That doesn't mean you can't also use :hover....

Privacy Is Paramount: How KYC Makes Us All Less Free


KYC (Know Your Customer) policies and endless private data collection, coupled with force-backed, violent legislation compromise the utility and ethics of crypto trading. An uncompromising stance on user privacy is critically important to crypto traders and peer-to-peer transaction. It’s...

A11Y with Lindsey


Lindsey Kopacz has a wonderful blog about accessibility. I've seen a number of her articles making the rounds lately and I was like, dang I better make sure I'm subscribed. For example: An Introduction to ARIA States 3 Simple Tips to Improve Keyboard Accessibility Create custom keyboard accessible...

BCH vs. BTC: Which Offers Greater Privacy?


Do you want every person you ever transact with to know how much is in your wallet and your net worth? Of course not. That’s why you need and want to mix your coins to hide where they came from before you use them. The degree of privacy you can expect by default, however, varies […] The...

Nahoru
Tento web používá k poskytování služeb a analýze návštěvnosti soubory cookie. Používáním tohoto webu s tímto souhlasíte. Další informace