正在加载视频...

视频加载失败

Quick Clip Studio Paint tip that changed my rendering forever!🌙☁️ Sometimes it’s hard to keep the right value balance so your character doesn’t pop too much or blend into the background completely. Correction layer → Hue/Saturation/Luminosity is your best friend! This quick video shows exactly how to use it...

127,026 次观看 • 6 个月前 •via X (Twitter)

0 条评论

暂无评论

原始帖子的评论将显示在这里

相关视频

This is a genius format to use to push traffic for whop affiliate on YouTube I hardly see anyone using YT in this way but it’s genius they utilise shorts and push the traffic from shorts to their YouTube long form videos It could be executed so much better too but the video format is their for you choose a human desire your page is going to fulfil >make more money >be more attractive >have more status identify the problem stopping people from achieving this desire create solution to this problem and package it in this case we’re going to affiliate for a whop product that already solves a problem Understand your customer profile (who’s suffering from this problem) you need to understand your customers better than themselves to create content that resonates they need to feel as though you have dealt with their problems and overcome it this way your value your value in your content comes across as authentic and makes the whole script writing and hook process a lot easier do this by consuming people talking about suffering with the problem >reddit >YT comments >TT comments / videos are a good place to look Branding your page / the avatar your going to use When building faceless accounts the only way you can build trust and authority is with the value you are dropping in your videos they will always trust someone who is showing their actual face more but you can use Avatars in a strategic way to convey this authority sometimes even more than someone showing their actual face There is 3 things you can include in your faceless content to do this >character branding >value >understanding their problem better than themselves your character should capture attention instantly It should correlate to the niche and problem your hitting and stand out For example if I was making a page I would do >Desire: wants to get rid of acne >Problem: doesn’t know what skin care to use >Solution: most of acne comes down to diet so here’s a food plan including lists of meals that counter acne >Character: a blue hollistic hippy looking woman with a doctors coat on with a soothing soft voice All business comes down to solving a problem to get to a desire This is a good way to build traffic and push to a whop affiliate product so you don’t need to build it out yourself

Pounds

11,587 次观看 • 5 个月前

CSS Trick! ⚡️ You can use scroll-driven animation with background-attachment to create a dynamic glowing card scroller without JS 🔥 section { animation:vibe; animation-timeline:--list; } @​keyframes vibe { to{--hue:320;}} .glow {background: hsl(var(--hue) 80% 50%);} Here's how! 🤙 You can use the background-attachment trick used in other glow card demos 😎 article { background-attachment: fixed; } The difference here is that you aren't going to update the fixed background position with your pointer this time. It can remain fixed. The magic part is that as you scroll, the background will leave the card that's leaving and enter the card that's entering ✨ For the extra background glow, you can use a fixed pseudo element on the list container itself 💪 Once that's in place, you're only task is to change the color of the background as you scroll 🤔 Create a custom property declaration for the --hue @​property --base { inherits: true; syntax: ' '; initial-value: 0; } Then create an animation that updates this value @​keyframes accent { to { --hue: 320; }} The last piece is hooking it up to scroll and there is a little trick in here 👀 First, you need an inline scroll-timeline on the list ul { scroll-timeline: --list inline; } Then you can use timeline-scope to hoist that scroll-timeline up so a parent can use it. You then animate the custom property on this element and let the value cascade down to the places that need it 🔥 section { timeline-scope: --list; animation: accent both linear; animation-timeline: --list; } For example, the glow uses the --hue this way [data-glow] { background-image: radial-gradient( 150px 150px at 50% 50%, hsl(var(--hue) 100% 70% / 0.25), transparent ); } Lastly, scroll-snap is optional of course but plays nice with the scroll-driven animation demos ✨ The key for that is ul { scroll-snap-type: x mandatory; } li { scroll-snap-align: center; } That's it! Pretty fun trick to play with! 🤓 Any questions, let me know! Should we add it to the video walkthrough list? CodePen.IO link below! 👇

jhey ʕ•ᴥ•ʔ

116,462 次观看 • 2 年前

An angry caller confronts Dave Ramsey for calling “Infinite Banking” a scam only to walk directly into a brutal financial reality check. ​Caller: “I am calling in response to a video I saw recently that you claimed infinite banking concept was a scam and actually got quite pissed off about it. I do not agree with that, and certain points that you made in that video. And I have set up a policy for my son when he was 1 years old, he's 5 now. Has a 500 thousand dollar face value. We pay 5,373 dollars a year for 13 years, and it's paid up at that point. There's a few points that I wanted to discuss that I just didn't agree with. One of the main things was that... so you claim that the cash value dies with you, and you only get the face value paid out.” ​Dave: “That's true. That is.” ​Caller: “Well, it's not true if you reinvest the dividends back into the policy.” ​Dave: “Dividend reinvestment is not cash value. Dividend reinvestment is because you have a mutual company, and the policyholders are the owners of the company. And so the profits from the company come to the policyholder, and they use that to buy paid up additions. That is not the same as keeping your cash value. That's buying extra insurance with your overpayment.” ​Caller: “But it still works out to be having a cash value much greater than the $69,849 we put into it.” ​Dave: “But the actual cash value, not the paid up additions... the actual cash value dies with you.” ​Caller: “No, because—” ​Dave: “Yes it does. I think... oh, OK.” ​Caller: “But your death benefit is larger than your cash value, so for me, I looked at it—” ​Dave: “Because you bought more insurance! You know what a paid up addition is? A paid up addition is buying additional insurance. I understand that's why you're getting more at death. Not because you got your cash value, but because you used your policy dividends to buy additional insurance. Right? But that's different than getting your cash value. If you took those policy dividends and went and bought a term insurance policy for 100,000, well, you'd get 100,000. But that's not your cash value.” ​Caller: “Well, I have a term policy.” ​Dave: “I know, but you missed my point. You're talking about... you use the policy dividends. You use the money they send to you because you're in a mutual company to buy additional insurance.” ​Caller: “Yes, paid up additions, yeah.” ​Dave: “Yeah, if you'd buy a term policy on the side for $100,000 instead, with that same money, you would get $100,000 more than your face value. But that's not your cash value, that's additional insurance. They're different.” ​Caller: “But right... they are different. In term, you don't have cash value to borrow again.” ​Dave: “I'm aware of that. But your point was that you don't lose the cash value, and my point is 100% of the time, by definition, you lose the cash value.”

Mide

65,566 次观看 • 1 个月前