summaryrefslogtreecommitdiff
path: root/gtk/gtkcssimagecrossfadeprivate.h
Commit message (Collapse)AuthorAgeFilesLines
* Convert headers to #pragma onceMatthias Clasen2023-03-311-3/+1
| | | | The conversion was done by guard2one.
* cssimage: Make cross-fade() an arrayBenjamin Otte2019-04-121-5/+4
| | | | | The new spec at https://drafts.csswg.org/css-images-4/#cross-fade-function allows infinite images to cross-fade and we want to, too.
* cssimage: Add GtkCssImageCrossFadeBenjamin Otte2012-04-171-0/+59
Supports the cross-fade() css notation the way the old CSS3 specs did. The main reason for adding it is supporting image transitions though.