Search

Nalezeno "DAN": 279

Everything You Need to Know About FLIP Animations in React


With a very recent Safari update, Web Animations API (WAAPI) is now supported without a flag in all modern browsers (except IE).  Here’s a handy Pen where you can check which features your browser supports. The WAAPI is a nice way to do animation (that needs to be done in JavaScript) because...

Dan Larimer


Dan Larimer is a software programmer and entrepreneur who played a role in the creation of multiple blockchain projects including Steem, Bitshares, and EOS. Larimer is the creator of the delegated-proof-of-stake (DPoS) consensus model, in which elected delegates validate transactions and create...

[aktualita] Česká digitální daň pro globální firmy by se mohla snížit


Ministryně financí Alena Schillerová začíná ustupovat z původního záměru. Podle vyjádření pro Českou televizi chce navrhnout snížení digitální daně, jejíž vstup v platnost se rychle přibližuje, ze sedmi na pět procent. Podmínkou je ovšem, že krok odsouhlasí koaliční rada. Posunout by se také měla...

Pseudo-elements in the Web Animations API


To use the Web Animations API (e.g. el.animate()) you need a reference to a DOM element to target. So, how do you use it on pseudo-elements, which don’t really offer a direct reference? Dan Wilson covers a (newish?) part of the API itself: const logo...

Bitcoin to Peak at $115,000 by August Next Year, Says Pantera Capital CEO


Pantera Capital chief executive officer Dan Morehead has predicted a 50% chance the price of bitcoin (BTC) will hit $115,000 by August next year. In a recent letter to investors, Morehead said: “If the new supply of bitcoin is cut in half (with the May 12 halving), all else being equal,...

How (some) good corporate engineering blogs are written


Interesting research from Dan Luu: … it’s pretty common for my personal blog to get more traffic than the entire corp eng blog for a company with a nine to ten figure valuation and it’s not uncommon for my blog to get an order of magnitude more traffic. I think this is...

[článek] Digitální daň po česku: hamižnost, nebo spravedlnost?


[7 minut čtení] Česko dnes řeší prioritně jiné ekonomické problémy. Na cestě k přijetí digitální daně, která nyní leží v Poslanecké sněmovně, se tak zatím nic (zásadního) nezměnilo. Česká republika není jediná země, která na digitální daň nezapomněla. Od Indie přes Turecko až po kontinentální...

How They Fit Together: Transform, Translate, Rotate, Scale, and Offset


Firefox 72 was first out of the gate with "independent transforms." That is, instead of having to combine transforms together, like: .el { transform: rotate(10deg) scale(0.95) translate(10px, 10px); } ...we can do: .el { rotate: 10deg; scale: 0.95; translate: 10px 10px; } That's extremely...

Industry Execs Claim Freshly Minted ‘Virgin Bitcoins’ Fetch 20% Premium


A few blockchain surveillance companies like Cyphertrace have recently published reports on criminal activities tied to bitcoin usage and the studies mentioned the topic of “virgin bitcoins.” According to industry executives, freshly minted bitcoins with no transaction history can sell...

Get Moving (or not) with CSS Motion Path


We just linked up the idea that offset-path can be cleverly used to set type on a path. Don't miss Michelle Barker's experimentation either, with drawing paths or animating text along a path. Dan Wilson has also been following this tech for quite a while and points out why the sudden surge...

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