govis

Results 19 comments of govis

Same issue here. Suggested workaround don't seem to work when for applying animation based on attributes of the slotted content: ::slotted(*) { @keyframes rotate { to { transform: rotate(360deg); }...

I am trying to apply animations to the slotted content. My current workaround is to put keyframes in a separate dom-module and then use style include in components that are...

We need HTTP/JSON to gRPC transcoding so that same plumbing/service can be used to support REST and gRPC clients

Here's a screenshot of a dialog in Google Forms: ![image](https://user-images.githubusercontent.com/971651/70154124-fa0b7780-167d-11ea-9446-4e862028d4de.png) As you can see the header has tab-bar and an x button. Making a header like this with a colored...

There's no layout() method in the mwc-top-app-bar. Is there any other way to fix it?

Found the moment issue related to Webpack: https://github.com/moment/moment/issues/4218

It'll be some time before 2.0 is officially "released". However, many of Polymer Elements are already available in 2.0 preview. As far as I understand - all dependencies must be...

I might be closing in on the actual issue and it seems to be related to running multiple animations sequentially. Still not sure how to resolve it, tried calling cancelAnimation,...

I have just dealt with a similar issue - trying to animate dynamically added element. It looks like if you wait until the new element is attached before running the...

It's pretty simple - fire an event of your choosing from the element's ready callback and have the AnimationRunner listen for it and trigger the animation upon receiving. Hope this...