To make this simple effect, I used TweenMax, to learn more http://greensock.com/tweenmax
A Pen by Maicol Santos on CodePen.
| # Generated by Powerlevel10k configuration wizard on 2025-02-27 at 12:08 WET. | |
| # Based on romkatv/powerlevel10k/config/p10k-rainbow.zsh, checksum 49619. | |
| # Wizard options: nerdfont-v3 + powerline, small icons, rainbow, unicode, 24h time, | |
| # angled separators, sharp heads, blurred tails, 2 lines, dotted, left frame, | |
| # light-ornaments, sparse, many icons, concise, transient_prompt, | |
| # instant_prompt=verbose. | |
| # Type `p10k configure` to generate another config. | |
| # | |
| # Config for Powerlevel10k with powerline prompt style with colorful background. | |
| # Type `p10k configure` to generate your own config based on it. | 
| /* | |
| Hoje iremos MUDAR a vida da pessoa que não te responde no whatsappp... | |
| Que tal enviar mensagens pra ela até obter uma resposta?! | |
| Sensacional não acha?! Mas, somos devs, correto?! Então vamos automatizar esse paranauê! | |
| Para utilizar: | |
| - Abra o web.whatsapp.com; | |
| - Selecione a conversa que você quer; | |
| - Abra o console e cole o código que está no gist; | 
| if type brew &>/dev/null; then | |
| HOMEBREW_PREFIX="$(brew --prefix)" | |
| if [[ -r "${HOMEBREW_PREFIX}/etc/profile.d/bash_completion.sh" ]]; then | |
| source "${HOMEBREW_PREFIX}/etc/profile.d/bash_completion.sh" | |
| else | |
| for COMPLETION in "${HOMEBREW_PREFIX}/etc/bash_completion.d/"*; do | |
| [[ -r "$COMPLETION" ]] && source "$COMPLETION" | |
| done | |
| fi | |
| fi | 
| Last login: Tue Jul 4 20:44:14 on ttys001 | |
| ------------------------------------------------------------ | |
| /Volumes/Macintosh HD/TRAMPOS/creativedoc(master*) » gs maicolsantos@MBP-de-Maicol | |
| On branch master | |
| Your branch is up-to-date with 'origin/master'. | |
| Untracked files: | |
| (use "git add <file>..." to include in what will be committed) | |
| cd-v17/ | 
| { | |
| "extensions": | |
| [ | |
| "html" | |
| ] | |
| } | 
To make this simple effect, I used TweenMax, to learn more http://greensock.com/tweenmax
A Pen by Maicol Santos on CodePen.