Vitaly Kasymov

Results 8 comments of Vitaly Kasymov

I think I encountered a nasty bug with Safari when I had to place quite complex animation only once and `animation-delay` wasn't behaving correctly so I switched to keyframe delay...

@jralison yes, that is an interesting one. I've spent some time to figure out how to do it and here is the [workaround](https://github.com/nuxt-community/vuetify-module/issues/47) You should be able to access `Vue.prototype.$toast`....

@jralison that's great, I didn't have a chance to look at `Vuetify 2` just yet, but I can say that `$toast` doesn't seem to be available anywhere on `Vuetify 1.5`...

@ChrisKader you can use: ```js import Vue from 'vue' Vue.prototype.$toast('Message from the store') ```

Sorry, guys, been very busy with a new job, I'll find time to resolve all issues soon, promise!

@adriancarriger I'm sorry but I'm pretty new to Ionic and angular but I'm trying to implement this solution to the app I'm developing: https://angularfirebase.com/lessons/infinite-scroll-with-firebase-data-and-angular-animation/ It works fine but with `afoDatabase`...

@Stadly use full button declaration (not Inky) and add width="100%" attribute to the button table. Solved the problem for me in Outlook 2010 and Outlook 2013.

I think I have the same problem. Seemed like `stylelint` didn't pickup my `.yaml` config file. It turns out my `setting.json` in vs code had: ``` "stylelint.config": { } ```...