This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// STAnimationView.swift | |
// Allan Weir | |
// | |
// Created by Allan Weir on 06/02/2017. | |
// Copyright © 2017 Allan Weir. All rights reserved. | |
// http://www.studiousdesigns.com | |
// | |
import UIKit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// SKTimingFunction.swift | |
// Studious ToolKit | |
// | |
// Created by Allan Weir on 09/01/2017. | |
// Copyright © 2017 Allan Weir. All rights reserved. | |
// | |
import SpriteKit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// SKTimingFunction.swift | |
// Studious ToolKit | |
// | |
// Created by Allan Weir on 09/01/2017. | |
// Copyright © 2017 Allan Weir. All rights reserved. | |
// Adapted from a JavaScript version found at https://gist.github.com/gre/1650294 | |
// | |
class SpriteKitTimingFunctions { |