feat: add border animation with alpha channel variations#20
Open
fellipecastro7 wants to merge 3 commits into
Open
feat: add border animation with alpha channel variations#20fellipecastro7 wants to merge 3 commits into
fellipecastro7 wants to merge 3 commits into
Conversation
Collaborator
|
Nesta semana podemos fazer uma reunião? Presencial ou online, como for mais conveniente. Eu estou precisando de esclarecimentos... sou muito analfabeto em código... |
Member
|
Tudo bem, qual o melhor horário?
Em dom., 16 de abr. de 2023 13:43, Olavo Galvao ***@***.***>
escreveu:
… Nesta semana podemos fazer uma reunião? Presencial ou online, como for
mais conveniente. Eu estou precisando de esclarecimentos... sou muito
analfabeto em código...
—
Reply to this email directly, view it on GitHub
<#20 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABRVZ2OUYRDJTJWV32XGWJLXBQOTLANCNFSM6AAAAAAW7UMCDI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Collaborator
Author
|
@cpicanco, ainda não obtive sucesso na implementação da animação. Testei diferentes formas de concluí-la, desde a utilização de um único |
Collaborator
|
Estaremos, eu Rafael, Fellipe e João, em uma reunião online na terça às 18
horas.
Hoje assisti o Raul aprendendo a arrastar. Foi emocionante.
Acho que essa animação não precisa de ser nada sofisticado. O que vai ser
funcional é qualquer reação do estímulo móvel ao toque. pode ser apenas
piscar, por exemplo.
Também não acho que precisam se dedicar a fazer gradações de dificuldade.
Apenas aplicar a funcionalidade de arrastar o móvel. A modelagem da
resposta pelo experimentador vai reforçar as aproximações ao movimento
desejado de arrastar.
A "simplificação" forçando a trajetória do móvel cria uma situação de
desvinculação entre o movimento emitido pelo sujeito e o resultado. Não é
efetiva como ajuda.
BFS
Olavo F. Galvão
Professor Titular, PPG Neurociências e Comportamento, NTPC, UFPA
www.ppgnc.propesp.ufpa.br; www.ufpa.br/eep/
<
http://sempreumpapo.com.br/eduardo-e-maiakovski-40-anos-de-um-mal-entendido/
…
On Fri, May 12, 2023 at 6:13 PM Fellipe Castro ***@***.***> wrote:
@cpicanco <https://github.com/cpicanco>, ainda não obtive sucesso na
implementação da animação. Testei diferentes formas de concluí-la, desde a
utilização de um único TBGRABitmap até cinco guardando-os em um array
junto com suas respectivas cores, assim como fiz no teste dos quadrados,
porém sem êxito. A mudança de gradação deve ocorrer no OnTimer? Por
exemplo, quando a animação está inflando/crescendo a gradação deve
aumentar, e quando a animação está diminuindo a gradação deve ser menor até
sumir? Como posso fazer isso?
Como está atualmente:
[image: unknown_replay_2023 05 12-17 24_1]
<https://user-images.githubusercontent.com/102481234/238080302-c5283895-f8a9-4400-aa1a-ab183768b862.gif>
—
Reply to this email directly, view it on GitHub
<#20 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC3QLAXUNPK565VFQOROZP3XF2RYXANCNFSM6AAAAAAW7UMCDI>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Tarefa:
Fazer a animação da borda do estímulo modelo utilizando o método
easeInOutQuad. A animação deve ser feita através da gradação do canal alpha.