Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
こんにちは私はページの読み込みでフォームの不透明度を設定したいと思います。
このように不透明度を設定してみます
this.Opacity = 10; ページの負荷ではありますが、機能していません。
理由を教えてもらえますか
不透明度はの2倍の値です1.0。10%が必要な場合は、を使用します0.1。
1.0
0.1