reanimate/videos/color-theory/EndScene.hs
David Himmelstrup 3e371f7627 Narrated animation about color theory (#84)
* Add slide transitions.

Co-authored-by: eveyyp <55053150+eveyyp@users.noreply.github.com>
Former-commit-id: afa93f45f8d0f556ad73e349091f0226ce173eed
2020-06-02 20:14:47 +08:00

11 lines
304 B
Haskell
Executable file

{-# LANGUAGE OverloadedStrings #-}
module EndScene (endScene) where
import Reanimate
import Reanimate.Builtin.Images
import Transcript
endScene :: Scene s ()
endScene = do
newSpriteSVG_ $ scale 0.5 $ githubWhiteIcon
waitUntil $ wordEnd (findWord ["end"] "domain") + 1