Preliminary end to eoc1 remake

This commit is contained in:
Grant Sanderson
2017-04-07 16:05:51 -07:00
parent 6524491953
commit aed097f0a7
5 changed files with 544 additions and 43 deletions

View File

@ -40,9 +40,6 @@ class PartyHat(SVGMobject):
self.cone.highlight(self.cone_color)
self.dots.gradient_highlight(*self.dots_colors)
class Laptop(VGroup):
CONFIG = {
"width" : 3,
@ -135,7 +132,6 @@ class PatreonLogo(SVGMobject):
self.scale_to_fit_height(self.height)
self.center()
class VideoIcon(SVGMobject):
CONFIG = {
"file_name" : "video_icon",
@ -164,7 +160,6 @@ class VideoSeries(VGroup):
self.scale_to_fit_width(2*SPACE_WIDTH-MED_LARGE_BUFF)
self.gradient_highlight(*self.gradient_colors)
class Headphones(SVGMobject):
CONFIG = {
"file_name" : "headphones",