On this page
Properties

Type Alias CrossFaded<T>

Will be removed from public API in MapTiler SDK v4

type CrossFaded<T> = {
    from: T;
    to: T;
}

Type Parameters

  • T
Index

Properties

Properties

from: T
to: T
Was this helpful?
SDK JS
Reference
CrossFaded