Hacker News new | ask | show | jobs
by dxoapv 4152 days ago
Slightly offtopic but I really like the effect with the side to side images. The html tags are <image-as-matrix></image-as-matrix> and <kernel-matrix></kernel-matrix>.

Does anyone know which lib (if any) he's using or how it's done? Read the source, couldn't figure it out.

1 comments

Angular as the overall app framework, and D3.js for the canvas fun. Take a look at his script.js, it's pretty straightforward.
Can it be done without Angular.js?
AngularJS is just being used to make those custom HTML tags (called "directives" in Angular-speak). It likely has nothing to do with the actual functionality.
Yes