Giter VIP home page Giter VIP logo

supertimeline's People

Contributors

dependabot[bot] avatar gundelsby avatar hummelstrand avatar ianshade avatar jesperstarkar avatar jstarpl avatar julusian avatar nytamin avatar stephan-nordnes-eriksen avatar superflytvab avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

supertimeline's Issues

The .npmignore setup breaks the package

The .npmignore excludes the src directory from the NPM package and the repository doesn't contain any compiled code, which makes the package unusable when linked as a Git repository.

Example in README has Typo's

in the README.MD example some Caps are not there

Timeline.resolver.getTimelineInWindow
should be
Timeline.Resolver.getTimelineInWindow

Timeline.enums.TriggerType.
should be
Timeline.Enums.TriggerType.

etc etc
``

kind regards maurice


start, end, duration manipulation

  • I'm submitting a ...
    [x] bug report
    [x] feature request
    [ ] question about the decisions made in the repository
    [ ] question about how to use this project

  • Summary
    I don't know if this is a feature request or a bug report ;)
    if I change this (works)

{ // This object defines a graphic, to be overlaid on the video
        id: 'graphic0',
        layer: 'L2',
        enable: {
            start: '#video0.start + 10', // 10 after video0 starts
            duration: 10
        },
        content: {},
        classes: ['graphics']
    }

into this

{ // This object defines a graphic, to be overlaid on the video
        id: 'graphic0',
        layer: 'L2',
        enable: {
            start: '#video0.duration / 2', // graphic should start halfway 
            duration: 10
        },
        content: {},
        classes: ['graphics']
    }

it does not work.
I don't know how far / if this kind of (start / end / duration) manipulation is supported
if not supported this is a feature request ;) other wise a bug report

Keyframe in a grouped object does not trigger event

  • I'm submitting a ...
    [x] bug report
    [ ] feature request
    [ ] question about the decisions made in the repository
    [ ] question about how to use this project

  • Summary
    A keyframe in an object in a group will only resolve if it starts at the same time as the object in the group, but never when it is offset.

  • Other information
    I tried to put the keyframes on the group instead, and have a logical trigger to the object inside the group but that didn't seem to work.

resolver.ts resolveObjectStartTime can return null

The typescript tells that the api always returns a StartTime object, but because of a // @ts-ignore a plausible outcome is for the resolveObjectStartTime method in resolver.ts to return null.

I don't know what the expected output should be. It is possible to specify that the outcome can be null (or undefined which is ofter better);

function resolveObjectStartTime (obj: TimelineResolvedObject|TimelineResolvedKeyframe, resolvedObjects: ResolvedObjectsStore): StartTime|undefined {

...
        let startTime: StartTime|undefined
	if (!_.isUndefined(obj.resolved.startTime)) {
		startTime = obj.resolved.startTime
	}

	return startTime
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.