extension icon indicating copy to clipboard operation
extension copied to clipboard

Feat/service message

Open gregoirelacoste opened this issue 3 years ago • 5 comments

closes #1066

gregoirelacoste avatar Jul 08 '21 14:07 gregoirelacoste

@newick could you give me a hand for the animation of this component src/components/organisms/Notification/NotificationNews/index.tsx I would like to create a horizontal scroll animation to display long text. I have issue to scroll 100% of the width of the box, I don't understand why, do you have an idea ?

gregoirelacoste avatar Jul 08 '21 14:07 gregoirelacoste

Ok I made few tests. with the current code we can display the whole text BUT:

  • time must vary with text length
  • we should find a way to loop it better to improve readibility

Can JS do something for us to have a text-long agnostic component?

newick avatar Jul 09 '21 10:07 newick

@gregoirelacoste is this still WIP ?

JalilArfaoui avatar Jul 12 '21 15:07 JalilArfaoui

Ok I made few tests. with the current code we can display the whole text BUT:

* time must vary with text length

* we should find a way to loop it better to improve readibility

Can JS do something for us to have a text-long agnostic component?

Can JS do something for us to have a text-long agnostic component?

@newick just a little bit math const velocity = news.length / 10;;

gregoirelacoste avatar Jul 13 '21 06:07 gregoirelacoste

@gregoirelacoste is this still WIP ?

not anymore

gregoirelacoste avatar Jul 13 '21 06:07 gregoirelacoste