mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 21:13:04 +00:00
8 lines
283 B
Plaintext
8 lines
283 B
Plaintext
# -*- mode: snippet -*-
|
|
# key: opacity
|
|
# contributor: Translated from TextMate Snippet
|
|
# name: opacity: [for Safari, FF & IE]
|
|
# --
|
|
opacity: ${1:0.5};${100:
|
|
}-moz-opacity: ${1:0.5};${100:
|
|
}filter:alpha(opacity=${2:${1/(1?)0?\.(.*)/$1$2/}${1/^\d*\.\d\d+$|^\d*$|(^\d\.\d$)/(?1:0)/}});$0 |