Skip to content

MixedFractionNode

Overview

Capable of displaying a mixed-fraction display with three spots that can be filled with numbers (numerator, denominator, and a whole number on the left).

@author Jonathan Olson <jonathan.olson@colorado.edu>

Class MixedFractionNode

import { MixedFractionNode } from 'scenerystack/scenery-phet';

Constructor

new MixedFractionNode( options )

Instance Methods

update()

Updates the view of the fraction when something changes. @private

Source Code

See the source for MixedFractionNode.js in the scenery-phet repository.