sort_submobject -> sort and shuffle_submobjects -> shuffle

This commit is contained in:
Grant Sanderson
2019-02-04 15:02:32 -08:00
parent 8f556ffb89
commit eb0c63606d
24 changed files with 62 additions and 56 deletions

View File

@ -4889,7 +4889,7 @@ class ShowBitcoinBlockSize(LedgerScene):
fill_opacity = 1,
)
visa_logo[-1].set_color("#faa61a")
visa_logo.sort_submobjects()
visa_logo.sort()
avg_rate = TextMobject("Avg: $1{,}700$/second")
max_rate = TextMobject("Max: $>24{,}000$/second")
rates = VGroup(avg_rate, max_rate)