Home Reference Source Repository

References

Class Summary

Static Public Class Summary
public

Object of event emitters that use observable to transmit data based off of the example at https://goo.gl/gw1Z3I with a few more bells and whistles.

public

SchQ is an event-scheduling pipeline that I’ve created to schedule d3 animations.

Function Summary

Static Public Function Summary
public

When using schQ, you will write a checkout function, which is a function to count how many opperations will be performed before the next stage of the sequence push is to be performed.

public

When using schQ, you will write a preprocess function.

Variable Summary

Static Public Variable Summary
public

When using schQ, you will write a last, which is an array of what you wish to happen after your sequence completes.