Explore tweets tagged as #LinearGradient
SwiftUI tip of the day. This is how I dynamically change the background of the row based on its current price change LinearGradient green if > 0 LinearGradient red if < 0
0
0
1
Did you know? You can create a stylish Text by combining a ShaderMask with a LinearGradient! 🌈 Here's how to do it. 👇
2
15
201
SVGでグラデーションがうまく描けないのでChatGPTくんに相談しようとプロンプトを入力してる時点で「linearGradient」を「linearGradiant」にtypoしていることに気付けた。 まだプロンプトを書き始めたばかりなのに答えが分かって、やっぱChatGPTすごい(?)
0
0
1
We have released a new version of gluestack-ui and gluestack-style, addressing the following issues: gluestack-ui: 1. Improved the LinearGradient component, now allowing you to pass any LinearGradient using as prop 🚀 2. Fixed InputAccessoryView background Color tokenization 🙌
1
0
12
LinearGradient( startPoint: .topLeading, endPoint: .bottomTrailing) .ignoresSafeArea()
0
0
11
Love the Gradient Tracing on the new Nextjs website The implementation breakdown is also super cool: - svg path - linearGradient - Framer Motion 👏 @raunofreiberg and others 🔗 https://t.co/ubcPrdUy6V
3
11
148
So the past few days I coned. Learning #reactnative and I was able to learn some of the pivotal inbuilt components, like the View, the Textinput, the pressable and so on I also learnt how to build a reusable btn, and I learnt about the ImageBackground & LinearGradient component
0
0
3
Want to show fractional ratings in your SwiftUI app? You can achieve it quite easily with foregroundStyle + .linearGradient:
3
3
32
Need two adjacent widgets in #Flutter to smoothly blend into each other only in the overlap area? Mask each widget with a horizontal alpha gradient. - #ShaderMask + #LinearGradient + BlendMode.dstIn - Stack / Positioned
0
0
0
Monday SVG trick ✨ How to create a line with a gradient stroke only in HTML. • Create `linearGradient` with needed color stops. • Give the gradient a unique `id` attribute. • Create a line element. • Set `stroke` to use the gradient's id. One more tip here 👇 If the line
0
0
3
色計算は多少面倒になりますが、ゲームで頻出の「ビーム」的なエフェクト画像は SVG にて結構簡単に組めそうです。 (以下は Photoshop にインポートし、背景を黒にしたときの様子) (色計算が面倒な理由は、linearGradient の開始・終了端指定が「線」ではなく「線を含む長方形」が基準であるため)
0
0
1
Implemented skeleton loaders for my React Native app. I used Skeleton from `@rneui/themed` package and `LinearGradient` from `expo-linear-gradient` Now I just have to display them when fetching the data :)
0
1
6
今日ずっと iOS 16.7.10デバイスでLinearGradientのグラデーションがアニメしなくて困ってたんだけど、iOS 18.2で実行したら普通にアニメしてる。めっちゃ悩んでたのに……
1
0
0
Here's the SVG clipPath and linearGradient code: • clipPath to make the border radius • linearGradient o make the fade • strokeDasharray to make the dashed border
1
0
10
Debugging a Flutter application in VS Code: Before and after introducing a syntax error in the LinearGradient configuration, Just a hurdle on the road to mastery #KeepPushing
0
3
8