ChrisRobston
ChrisRobston
I have the same issue with Vue, but can't fix it. https://github.com/jackmoore/autosize/issues/364 @ggJSC how did you fix it? I tried ```js watch: { propValue: function () { this.textfieldValue = this.propValue...
@jackmoore thanks for tip, I remembered `nextTick` lol ```js watch: { propValue: function () { this.textfieldValue = this.propValue this.$nextTick(function () { autosize.update(this.$refs.textarea) }) } } ```
I found this very hilarious, since slideUp/slideDown was the only option why I used VelocityJS :smile: More specific - for height animation etc, since I am not using jQuery. Are...
I have a page where I have a lot of images and SQIP for them. I noticed that page have issues with rendering, especially when I fast scroll it, and...
@axe312ger thanks for tips! For now I decided to detect `mobile` and not show SQIP for them at all. Mobile layout should be simpler anyway. One more question, if you...
This feature is still unavailable?
This is great idea. Especially interesting how to use it as Node package.