Search
Accused Onecoin Co-Conspirators Fight Criminal Charges in the US
10.12.2019
The Onecoin scam, a multi-level Ponzi scheme that acquired $4 billion from investors has been falling apart at the seams. Criminal proceedings have started against Onecoin leaders and one alleged associate who was found guilty of laundering $400 million has asked a New York judge for more time...
Motion Paths – Past, Present and Future
6.12.2019
Cassie Evans has a great intro to motion paths. That is, being able to animate an element along a path. Not just up/down/left/right, but whatever curvy/wiggly/weird path you want.
It's an interesting subject because there are so many different technologies helping to do it over time. SMIL...
Ripple Files Final Motion to Dismiss Class-Action Securities Lawsuit
6.12.2019
Ripple has filed to dismiss a class-action lawsuit that alleges it sold XRP in an unregistered securities offering
Motion Paths – Past, Present and Future
3.12.2019
The ability to animate along a motion path is a really useful thing to have in your SVG animation toolkit. Let's explore a few ways to achieve this, including the upcoming CSS motion path module and the newly released GSAP3.
Motion Paths – Past, Present and Future was written by Cassie Evans...
Attorney Fees Stack up as Craig Wright Fights Court Order
28.11.2019
During the last week, court documents stemming from the Kleiman v. Wright lawsuit show that the Kleiman estate is now pursuing roughly $658,581 for attorney fees and expenses. Additionally, self-proclaimed Bitcoin inventor Craig Wright has filed a motion to fight the sanctions imposed on half...
Judge Preserves SEC Motion to Strike Telegram’s Void for Vagueness Defense
27.11.2019
A federal judge has preserved an SEC motion to strike Telegram’s void for vagueness defense in the Gram token sale case
Tether to File Motion With NYAG to Dismiss Class Action Lawsuit
15.11.2019
The company claims that plaintiffs cannot prove Tether transactions caused bitcoin’s surge or that damages were incurred
High-speed Light Trails in Three.js
13.11.2019
A creative coding exploration into how to recreate a high-speed lights effect in real-time using Three.js.
High-speed Light Trails in Three.js was written by Daniel Velasquez and published on Codrops
Blockchain Conference TNABC Returns to Miami
1.11.2019
On January 16-17, The North American Bitcoin Conference (TNABC) and Miami Blockchain Week are returning to the sunshine state as 2020 sets in motion. TNABC, celebrating its seventh year running, will feature prominent speakers, crypto developers, and blockchain executives during the event hosted...
How to Create Motion Hover Effects with Image Distortions using Three.js
21.10.2019
In this tutorial you will learn how to achieve interesting looking hover effects with image distortions using Three.js.
How to Create Motion Hover Effects with Image Distortions using Three.js was written by Niccolò Miranda and published on Codrops
Ripple Avoids Securities Question in Motion to Dismiss XRP Lawsuit
20.9.2019
Ripple avoided arguments over whether XRP is a security in its new motion to dismiss a class action lawsuit
Bitcoin History Part 16: The First Mt. Gox Hack
25.8.2019
No one remembers the first Mt. Gox hack. It was a small sum, even by 2011’s standards, and the exchange reimbursed all users. The incident was to prove significant, however, for it set in motion a string of attacks on other bitcoin platforms that began the very next day. By the time the dust...
CSS prefers-reduced-motion Media Query
30.7.2019
When I started in the web development industry, media queries were limited — screen and print were the two media queries I was most often using. More than a decade later, media queries have advanced to various screen units, feature checking, and even color scheme preference. I’ve been...
Collective #533
18.7.2019
Is postMessage slow? * Reduced Motion Auto-Play Video * Repo Lovers * Think in Math. Write in Code.
Collective #533 was written by Pedro Botelho and published on Codrops
Collective #532
15.7.2019
Framer Motion * Listmonk * Accessible CSS Generated Content * WebGL month * BaseDash
Collective #532 was written by Pedro Botelho and published on Codrops
New York Attorney General Fights Dismissal Motion in Bitfinex, Tether Case
9.7.2019
The office of the New York Attorney General has filed a slew of documents to demonstrate that Bitfinex and Tether have been operating out of New York
Reduced Motion Picture Technique, Take Two
21.6.2019
Did you see that neat technique for using the <picture> element with <source media=""> to serve an animated image (or not) based on a prefers-reduced-motion media query?
After we shared that in our newsletter, we got an interesting reply from Michael Gale:
What about folks who love...
Judge Orders Craig Wright to Physically Appear in Florida Lawsuit
16.6.2019
Craig Wright, the notorious Satoshi Nakamoto claimant, must appear in court on Monday or be held in contempt. The Florida court granted a motion to compel on June 14, mandating Wright to provide a list of all the bitcoin addresses he’s owned prior to December 2013. Also Read: The Blind Trust...
Snag Resources from An Event Apart Boston 2019 and Save on Washington D.C. Registration
6.6.2019
(This is a sponsored post.)
Hey, so we talked a little bit about An Event Apart Boston 2019 leading up to the event and now there are a ton of resources available from it. I stopped counting the number of links after 50 because there's way more than that. Seriously, there's stuff in there...
Creating Animations Using React Spring
4.6.2019
Have you ever needed animation in your React application? Traditionally, implementing animation has not an easy feat to accomplish. But now, thanks to Paul Henschel, we there’s a new React tool just for that. react-spring inherits from animated and react-motion for interpolations, optimized...