Ivo Dolenc
Ivo Dolenc
Also, see this [comment](https://github.com/ivodolenc/aspekta/issues/12#issuecomment-1652536354), maybe clear up some possible confusion about font `weight` and `width (style)` axis as they are different terms.
I'm closing this due to inactivity. Feel free to reopen with more details if you're still having issues.
As stated in the [official documentation](https://nuxtjs.org/api/configuration-transition/#the-pagetransition-property), this works as expected. ```js // nuxt.config.js { pageTransition: { name: 'page', mode: 'out-in', beforeEnter (el) { console.log('This works...'); } } } ``` But...
@galvez We would appreciate if you could give us some feedback, can we expect a fix soon? 😃
Is this still relevant? Can you please answer whether this will be implemented or maybe you have some workaround? This would give us more advanced control over transitions (for example,...
Hi @flackr, awesome work on this project! 👍 > ... as well as an option to only load the JS API, ... I'm interested in this too. I'm building some...
I believe all this can be reduced to only 3-4kb (maybe less) if we want to use only the `ScrollTimeline` class (without `el.animate()`, `CSS OM` or `ViewTimeline` features because in...
Here is the [repository](https://github.com/ivodolenc/scroll-timeline-polyfill). Feel free to check it out. Feedback is of course welcome.
### cjs These pkg options (main,module,types) are intended for older versions of Node and TS (legacy versions) that used `commonjs` (require) modules. ```js // package.json { "main": "./dist/index.js" "module": "./dist/index.mjs"...
I'm not saying you should do this at all, that's up to you, I'm just saying some info that might be helpful. As for changes, it has to break at...