To automate your scrolls, clicks, swipes, and text inputs you can use the Scroll Capture extension. This tool allows you to create smooth, professional video demos of your #websites and #ux/#WebDesign projects.
@0xca0a Resizing on width instead of height is great, especially for portrait layouts like mobile, but I think I would do this instead. https://t.co/bQQd7dLgB9 It's much much simpler to simply change the camera zoom on resize
@JonasBadalic I used @plotly_js on one project last year. I had to hack my own animations with css and js but at least it provided the basic layouts.
https://t.co/RyWRYnpWdj
SHOCKER! The CSS cubic-bezier easing functions found in the top google search results are off, and sometimes way off, compared to @robpenner's orignal code.
Use these instead 👇https://t.co/QVKxRrv39c
@sitnikcode
@robpenner@sitnikcode IBM has two css easing methods in their branding guidelines, expressive: cubic-bezier(0.4, 0.14, 0.3, 1) and productive: cubic-bezier(0.2, 0, 0.38, 0.9). I wrote a cubic bezier API in JS to be able to use those exact numbers.