#import "TransitionOptions.h"

@interface ElementTransitionOptions : TransitionOptions

@property(nonatomic, strong) NSString *elementId;

@end
