Yoav Niran

Results 14 comments of Yoav Niran

thanks @danielrz but thats not the issue. "arrow-bounce" is my animation, In my CSS I have the matching keyframes: ``` scss @include keyframes(arrow-bounce) { from { ... } to {...

@danielrz thats not the issue. As i wrote, everything works when not using the animation mixin. The problem is with the mixin itself it seems. "from" and "to" are valid...

thanks @vgatto your sample was a great help. I created [html-dir-content](https://www.npmjs.com/package/html-dir-content) to help with the traversing of folder structure and your code helped me tie them together. In case someone...

was testing my page locally with chrome's dev-tools. after implementing the carousel and every time i switched to responsive mode my page would go blank. Drove me crazy until i...

facing the same issue exactly. passing memoizeOptions to the sub selectors makes a lot of sense, or at least being able to control this with a flag so it can...

hey @tungs thanks for a very cool library any chance (should)startCapture is going to be implemented?

hi there, Just want to make sure i'm not missing anything - there's currently no way to tell iOS which placement i'm interested in using for Quick Look, right? There's...

hey @CanRau thats an interesting idea. I will consider it for the next minor version. thanks