weisk

Results 16 comments of weisk

> @donnemartin : >> Hi @eamanu: Are you still interested in translating the guide and being the language maintainer? Hey there, I'll gladly take this one. Lets put some order...

@donnemartin bump? @ayusopatricia sure, lets see if the owner can find a moment for us 😊

@oldrich-s You are right, moreover, that `import './actionbar.css' ` is one of those custom hacky patches that reach consensus among devs-on-the-edge, to inject text as a stylesheet on the fly,...

Unfortunately callback is only called at the end. For something like this, we would need to provide a custom delay function, which can be tweaked to some easing formula with...

I've made simple tweaks to the library to allow easing functions, here is an example: *jquery.counterup.js* ```javascript ... var step = 0; var easing = 'easeInOutQuint'; var f = function...

@luckydonald you don't really need it as a dependency, open the file, and grab the formula for the easing you want

see my comment in #35

+1. I would, at the very least, give the option to NOT fallback to cookies if storage is not supported.

@n8sabes wouldnt it be better to leave the "server" stuff to a real production server? Like just reverse proxy and leave all that to nginx, or apache... which are the...