Bartosz Wróbel
2 years ago
7 changed files with 18 additions and 19 deletions
@ -1,4 +0,0 @@
|
||||
library auto_scroll_text; |
||||
|
||||
export 'package:auto_scroll_text/auto_scroll_text.dart'; |
||||
export 'package:auto_scroll_text/auto_scroll_text_mode.dart'; |
@ -1,11 +0,0 @@
|
||||
// Created by Bomsamdi on 2022 |
||||
// Copyright © 2022 Bomsamdi. All rights reserved. |
||||
|
||||
/// Animation types for [AutoScrollText] widget. |
||||
/// [endless] - scrolls text in one direction endlessly. |
||||
/// [bouncing] - when text is scrolled to its end, |
||||
/// starts animation to opposite direction. |
||||
enum AutoScrollTextMode { |
||||
bouncing, |
||||
endless, |
||||
} |
Loading…
Reference in new issue