Skip to content

Instantly share code, notes, and snippets.

View kirangsa's full-sized avatar

Kiran kirangsa

  • Sapient
  • Bangalore
View GitHub Profile
@kirangsa
kirangsa / notifications.component.html
Created May 1, 2018 15:44 — forked from mrgoos/notifications.component.html
Use primeNg GrowlModule globally through a service
<p-growl [value]="msgs"></p-growl>
Some file

Gradient background animation (hack)

I've found no way to animate gradient backgrounds, so this is a cheap way of doing so by animating the opacity of a div on top (in this case on top of the whole body, but you'd just set it to match dimensions of whatever object you want)

A Pen by Kiran on CodePen.

License.