iamdanfox
iamdanfox
- Demonstrate a Mutation Observer (https://developer.mozilla.org/en-US/docs/Web/API/MutationObserver). - Think about whether this should be native (is there a measurable performance hit?)...
Make it smoother. Maybe use [transforms](http://css-tricks.com/tale-of-animation-performance/) or that translation hack to engage the GPU. (Try to get first click smoother!)
UX of http://iamdanfox.github.io/anno.js/ is currently pretty bad on an iPhone
Replace litera's plugin with this one: https://github.com/Arwid/jQuery.scrollIntoView. This seems to allow multiple targets.
CSS: 'center top' Anno: 'center-top' CSS: 'left top' Anno: 'top'
Matches intro.js behaviour...
## What happened? In a project's transitive dependency graph, something depended on 1.X of [Redacted] but another project had 2.X. GCV happily picked the highest 2.X release, but this resulted...
## What happened? Workflow: 1. Add: `compile 'one.util:streamex'` 1. Run `./gradlew classes` 1. Received the following error: ``` FAILURE: Build failed with an exception. * What went wrong: Execution failed...