extension
extension copied to clipboard
Feat/service message
closes #1066
@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 ?
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?
@gregoirelacoste is this still WIP ?
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 is this still WIP ?
not anymore